changeset 30263:568ec1c3c34b v9.0.0467

patch 9.0.0467: build failure Commit: https://github.com/vim/vim/commit/d3922afbd6f56e82c7b5fd7a7ebc0769e416cae8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 14 22:30:59 2022 +0100 patch 9.0.0467: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Sep 2022 23:45:03 +0200
parents 2dd1fb31cb87
children 3c084642bb78
files src/ex_cmds.c src/version.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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,