]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0825: code for autocommands is mixed with file I/O code v8.1.0825
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Jan 2019 15:21:07 +0000 (16:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Jan 2019 15:21:07 +0000 (16:21 +0100)
commit3e460fd8b72db905fbf9f01b00371384ffc415b8
treeb02002682babdf9d7ef513fb3b33b06fcf585c70
parent1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b
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)
19 files changed:
Filelist
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_ivc.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Make_vms.mms
src/Makefile
src/README.txt
src/autocmd.c [new file with mode: 0644]
src/fileio.c
src/globals.h
src/proto.h
src/proto/autocmd.pro [new file with mode: 0644]
src/proto/fileio.pro
src/version.c