projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd0e8b
)
patch 9.0.0467: build failure
v9.0.0467
author
Bram Moolenaar
<Bram@vim.org>
Wed, 14 Sep 2022 21:30:59 +0000
(22:30 +0100)
committer
Bram Moolenaar
<Bram@vim.org>
Wed, 14 Sep 2022 21:30:59 +0000
(22:30 +0100)
Problem: Build failure.
Solution: Add missing change.
src/ex_cmds.c
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/ex_cmds.c
b/src/ex_cmds.c
index 4938c6f485d79d11ade9c8df0ea29a9aa406298a..ebcd441c81073df67f8899abeb6e81cf097b4a0e 100644
(file)
--- 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 1aa99ae379cf3d1eed170fe44bb0250e99c03c83..6431957926794d3bf7a10733a4a01a7e5801031f 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-703,6
+703,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 467,
/**/
466,
/**/