summaryrefslogtreecommitdiff
path: root/src/Make_dice.mak
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/Make_dice.mak
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/Make_dice.mak')
-rw-r--r--src/Make_dice.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Make_dice.mak b/src/Make_dice.mak
index 2025974fc..5bad80b85 100644
--- a/src/Make_dice.mak
+++ b/src/Make_dice.mak
@@ -51,6 +51,7 @@ SRC = \
hardcopy.c \
hashtab.c \
indent.c \
+ insexpand.c \
json.c \
list.c \
main.c \
@@ -110,6 +111,7 @@ OBJ = o/arabic.o \
o/hardcopy.o \
o/hashtab.o \
o/indent.o \
+ o/insexpand.o \
o/json.o \
o/list.o \
o/main.o \
@@ -213,6 +215,8 @@ o/hashtab.o: hashtab.c $(SYMS)
o/indent.o: indent.c $(SYMS)
+o/insexpand.o: insexpand.c $(SYMS)
+
o/json.o: json.c $(SYMS)
o/list.o: list.c $(SYMS)