diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-26 16:21:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-26 16:21:07 +0100 |
commit | 3e460fd8b72db905fbf9f01b00371384ffc415b8 (patch) | |
tree | b02002682babdf9d7ef513fb3b33b06fcf585c70 /Filelist | |
parent | 1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b (diff) | |
download | vim-git-3e460fd8b72db905fbf9f01b00371384ffc415b8.tar.gz |
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-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |