summaryrefslogtreecommitdiffstats
path: root/src/Make_sas.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_sas.mak
parentde5b3800427328170574f1950ae75776e020f4e7 (diff)
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_sas.mak')
-rw-r--r--src/Make_sas.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Make_sas.mak b/src/Make_sas.mak
index 6ba00fbd67..09650c31f6 100644
--- a/src/Make_sas.mak
+++ b/src/Make_sas.mak
@@ -114,6 +114,7 @@ SRC = \
hardcopy.c \
hashtab.c \
indent.c \
+ insexpand.c \
json.c \
list.c \
main.c \
@@ -174,6 +175,7 @@ OBJ = \
hardcopy.o \
hashtab.o \
indent.o \
+ insexpand.o \
json.o \
list.o \
main.o \
@@ -234,6 +236,7 @@ PRO = \
proto/hardcopy.pro \
proto/hashtab.pro \
proto/indent.pro \
+ proto/insexpand.pro \
proto/json.pro \
proto/list.pro \
proto/main.pro \
@@ -373,6 +376,8 @@ hashtab.o: hashtab.c
proto/hashtab.pro: hashtab.c
indent.o: indent.c
proto/indent.pro: indent.c
+insexpand.o: insexpand.c
+proto/insexpand.pro: insexpand.c
json.o: json.c
proto/json.pro: json.c
list.o: list.c