diff src/insexpand.c @ 18872:410155e75efa v8.1.2422

patch 8.1.2422: "make depend" does not work correctly for libvterm Commit: https://github.com/vim/vim/commit/9810cfbe554b166cb05b51119040bb4426c17bac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 21:23:00 2019 +0100 patch 8.1.2422: "make depend" does not work correctly for libvterm Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 21:30:04 +0100
parents 49b78d6465e5
children 82c732e8d23d
line wrap: on
line diff
--- 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" */