forked from aniani/vim
patch 8.0.1480: patch missing change
Problem: Patch missing change. Solution: Add missing change.
This commit is contained in:
@@ -7977,7 +7977,7 @@ f_mode(typval_T *argvars, typval_T *rettv)
|
|||||||
#ifdef FEAT_INS_EXPAND
|
#ifdef FEAT_INS_EXPAND
|
||||||
if (ins_compl_active())
|
if (ins_compl_active())
|
||||||
buf[1] = 'c';
|
buf[1] = 'c';
|
||||||
else if (ctrl_x_mode == 1)
|
else if (ctrl_x_mode_not_defined_yet())
|
||||||
buf[1] = 'x';
|
buf[1] = 'x';
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@@ -771,6 +771,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 */
|
||||||
|
/**/
|
||||||
|
1480,
|
||||||
/**/
|
/**/
|
||||||
1479,
|
1479,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user