]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost v8.1.0729
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Jan 2019 12:26:03 +0000 (13:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Jan 2019 12:26:03 +0000 (13:26 +0100)
commit2b6185287adf53343ed5f49e967ae402c64063e4
treec20885e2be00d5dcf7bcfd9cff1c2aee966a4de7
parentc3c3158756ae074052b0db2a3e3a7ba192df5330
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost

Problem:    There is a SourcePre autocommand event but not a SourcePost.
Solution:   Add the SourcePost autocommand event. (closes #3739)
runtime/doc/autocmd.txt
src/ex_cmds2.c
src/fileio.c
src/testdir/Make_all.mak
src/testdir/test_source.vim [new file with mode: 0644]
src/version.c
src/vim.h