diff --git a/src/indent.c b/src/indent.c index d941abc0bc..d7a2e550ad 100644 --- a/src/indent.c +++ b/src/indent.c @@ -797,7 +797,8 @@ set_indent( // the old indent, when decreasing indent it behaves like spaces // were deleted at the new indent. adjust_prop_columns(curwin->w_cursor.lnum, - added > 0 ? old_offset : (colnr_T)ind_len, added, 0); + added > 0 ? old_offset : (colnr_T)ind_len, + added, APC_INDENT); } #endif retval = TRUE; diff --git a/src/version.c b/src/version.c index e8b4c9f027..f08f6173af 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 215, /**/ 214, /**/