summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ex_cmds.c3
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 4938c6f485..ebcd441c81 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -4684,7 +4684,8 @@ ex_substitute(exarg_T *eap)
last_line = lnum + 1;
}
#ifdef FEAT_PROP_POPUP
- adjust_props_for_split(lnum + 1, lnum, plen, 1);
+ adjust_props_for_split(lnum + 1, lnum,
+ plen, 1, FALSE);
#endif
// all line numbers increase
++sub_firstlnum;
diff --git a/src/version.c b/src/version.c
index 1aa99ae379..6431957926 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 467,
+/**/
466,
/**/
465,