Skip to content

Commit 0562532

Browse files
committed
patch 8.0.1480: patch missing change
Problem: Patch missing change. Solution: Add missing change.
1 parent bc0e9ad commit 0562532

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/evalfunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7977,7 +7977,7 @@ f_mode(typval_T *argvars, typval_T *rettv)
79777977
#ifdef FEAT_INS_EXPAND
79787978
if (ins_compl_active())
79797979
buf[1] = 'c';
7980-
else if (ctrl_x_mode == 1)
7980+
else if (ctrl_x_mode_not_defined_yet())
79817981
buf[1] = 'x';
79827982
#endif
79837983
}

src/version.c

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

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1480,
774776
/**/
775777
1479,
776778
/**/

0 commit comments

Comments
 (0)