Skip to content

Commit d3922af

Browse files
committed
patch 9.0.0467: build failure
Problem: Build failure. Solution: Add missing change.
1 parent ebd0e8b commit d3922af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/ex_cmds.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4684,7 +4684,8 @@ ex_substitute(exarg_T *eap)
46844684
last_line = lnum + 1;
46854685
}
46864686
#ifdef FEAT_PROP_POPUP
4687-
adjust_props_for_split(lnum + 1, lnum, plen, 1);
4687+
adjust_props_for_split(lnum + 1, lnum,
4688+
plen, 1, FALSE);
46884689
#endif
46894690
// all line numbers increase
46904691
++sub_firstlnum;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ static char *(features[]) =
703703

704704
static int included_patches[] =
705705
{ /* Add new patch number below this line */
706+
/**/
707+
467,
706708
/**/
707709
466,
708710
/**/

0 commit comments

Comments
 (0)