From: Bram Moolenaar Date: Fri, 9 Feb 2018 11:28:00 +0000 (+0100) Subject: patch 8.0.1480: patch missing change X-Git-Tag: v8.0.1480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0562532c2eee6205d225aa1dc7e3e89af0dfd990;p=vim patch 8.0.1480: patch missing change Problem: Patch missing change. Solution: Add missing change. --- diff --git a/src/evalfunc.c b/src/evalfunc.c index 02618d7b0..a19f706b2 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 2ca6c5a81..b2f1f890c 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, /**/