diff --git a/src/evalfunc.c b/src/evalfunc.c index 02618d7b07..a19f706b25 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -7977,7 +7977,7 @@ f_mode(typval_T *argvars, typval_T *rettv) #ifdef FEAT_INS_EXPAND if (ins_compl_active()) buf[1] = 'c'; - else if (ctrl_x_mode == 1) + else if (ctrl_x_mode_not_defined_yet()) buf[1] = 'x'; #endif } diff --git a/src/version.c b/src/version.c index 2ca6c5a814..b2f1f890ca 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1480, /**/ 1479, /**/