summaryrefslogtreecommitdiffstats
path: root/src/insexpand.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
commit9810cfbe554b166cb05b51119040bb4426c17bac (patch)
tree506e9ada5382e259e88b6af7769cccbbf7656b8e /src/insexpand.c
parent213ed008bbcd9fe0d3329b17f5f4af0169e448ff (diff)
patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422
Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
Diffstat (limited to 'src/insexpand.c')
-rw-r--r--src/insexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insexpand.c b/src/insexpand.c
index 4f961744a5..ce2cc72b77 100644
--- a/src/insexpand.c
+++ b/src/insexpand.c
@@ -32,7 +32,7 @@
# define CTRL_X_DICTIONARY (9 + CTRL_X_WANT_IDENT)
# define CTRL_X_THESAURUS (10 + CTRL_X_WANT_IDENT)
# define CTRL_X_CMDLINE 11
-# define CTRL_X_FUNCTION 12
+# define CTRL_X_FUNCTION 12
# define CTRL_X_OMNI 13
# define CTRL_X_SPELL 14
# define CTRL_X_LOCAL_MSG 15 /* only used in "ctrl_x_msgs" */