summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-26 16:21:07 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-26 16:21:07 +0100
commit3e460fd8b72db905fbf9f01b00371384ffc415b8 (patch)
treeb02002682babdf9d7ef513fb3b33b06fcf585c70 /Filelist
parent1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b (diff)
patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825
Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index d3fcba6356..1eb9aa2cb0 100644
--- a/Filelist
+++ b/Filelist
@@ -14,6 +14,7 @@ SRC_ALL = \
src/arabic.c \
src/arabic.h \
src/ascii.h \
+ src/autocmd.c \
src/beval.c \
src/beval.h \
src/blob.c \
@@ -146,6 +147,7 @@ SRC_ALL = \
src/proto.h \
src/protodef.h \
src/proto/arabic.pro \
+ src/proto/autocmd.pro \
src/proto/beval.pro \
src/proto/blob.pro \
src/proto/blowfish.pro \