]> granicus.if.org Git - vim/commitdiff
patch 8.0.1480: patch missing change v8.0.1480
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 11:28:00 +0000 (12:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 11:28:00 +0000 (12:28 +0100)
Problem:    Patch missing change.
Solution:   Add missing change.

src/evalfunc.c
src/version.c

index 02618d7b07892c346721c137fdfa556b16dd2af0..a19f706b2591442967f10f0fa1327ab9321ac521 100644 (file)
@@ -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
        }
index 2ca6c5a814dc62372eec67a137b80697d6599f16..b2f1f890caba27aa64f65063bed4836406b540c9 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1480,
 /**/
     1479,
 /**/