summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-30 13:53:47 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-30 13:53:47 +0100
commit7591bb39d58ece38a5fef984a08ea9012616c1f9 (patch)
treee5e5b82ffd29f4f922ebfb5a97ea12a8b3624b7c /src/proto.h
parentde5b3800427328170574f1950ae75776e020f4e7 (diff)
downloadvim-git-7591bb39d58ece38a5fef984a08ea9012616c1f9.tar.gz
patch 8.1.1076: file for Insert mode is much too bigv8.1.1076
Problem: File for Insert mode is much too big. Solution: Split off the code for Insert completion. (Yegappan Lakshmanan, closes #4044)
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 4a5977f60..8b299ec61 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -89,6 +89,9 @@ extern int _stricoll(char *a, char *b);
# include "hardcopy.pro"
# include "hashtab.pro"
# include "indent.pro"
+# ifdef FEAT_INS_EXPAND
+# include "insexpand.pro"
+# endif
# include "json.pro"
# include "list.pro"
# include "blob.pro"