From 0562532c2eee6205d225aa1dc7e3e89af0dfd990 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 9 Feb 2018 12:28:00 +0100 Subject: [PATCH] patch 8.0.1480: patch missing change Problem: Patch missing change. Solution: Add missing change. --- src/evalfunc.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/