forked from aniani/vim
patch 9.0.0467: build failure
Problem: Build failure. Solution: Add missing change.
This commit is contained in:
parent
ebd0e8bb85
commit
d3922afbd6
@ -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;
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user