commit | 3e460fd8b72db905fbf9f01b00371384ffc415b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 16:21:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 16:21:07 2019 +0100 |
tree | b02002682babdf9d7ef513fb3b33b06fcf585c70 | |
parent | 1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b [diff] [blame] |
patch 8.1.0825: code for autocommands is mixed with file I/O code Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 70ab537..ae49041 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -25,6 +25,7 @@ ${CC} ${CFLAGS} $< -o $@ SRC = arabic.c \ + autocmd.c \ blowfish.c \ buffer.c \ charset.c \