1
0
forked from aniani/vim

patch 9.0.0467: build failure

Problem:    Build failure.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar 2022-09-14 22:30:59 +01:00
parent ebd0e8bb85
commit d3922afbd6
2 changed files with 4 additions and 1 deletions

View File

@ -4684,7 +4684,8 @@ ex_substitute(exarg_T *eap)
last_line = lnum + 1; last_line = lnum + 1;
} }
#ifdef FEAT_PROP_POPUP #ifdef FEAT_PROP_POPUP
adjust_props_for_split(lnum + 1, lnum, plen, 1); adjust_props_for_split(lnum + 1, lnum,
plen, 1, FALSE);
#endif #endif
// all line numbers increase // all line numbers increase
++sub_firstlnum; ++sub_firstlnum;

View File

@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
467,
/**/ /**/
466, 466,
/**/ /**/