0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1480: patch missing change

Problem:    Patch missing change.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar
2018-02-09 12:28:00 +01:00
parent bc0e9adae9
commit 0562532c2e
2 changed files with 3 additions and 1 deletions

View File

@@ -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
} }

View File

@@ -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,
/**/ /**/