comparison src/fileio.c @ 15442:3e2e1608efa4 v8.1.0729

patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost commit https://github.com/vim/vim/commit/2b6185287adf53343ed5f49e967ae402c64063e4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 13:26:03 2019 +0100 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 https://github.com/vim/vim/issues/3739)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 13:30:07 +0100
parents 83ff85896a14
children 55ccc2d353bd
comparison
equal deleted inserted replaced
15441:a221a96aaa05 15442:3e2e1608efa4
7793 {"QuitPre", EVENT_QUITPRE}, 7793 {"QuitPre", EVENT_QUITPRE},
7794 {"RemoteReply", EVENT_REMOTEREPLY}, 7794 {"RemoteReply", EVENT_REMOTEREPLY},
7795 {"SessionLoadPost", EVENT_SESSIONLOADPOST}, 7795 {"SessionLoadPost", EVENT_SESSIONLOADPOST},
7796 {"ShellCmdPost", EVENT_SHELLCMDPOST}, 7796 {"ShellCmdPost", EVENT_SHELLCMDPOST},
7797 {"ShellFilterPost", EVENT_SHELLFILTERPOST}, 7797 {"ShellFilterPost", EVENT_SHELLFILTERPOST},
7798 {"SourceCmd", EVENT_SOURCECMD},
7798 {"SourcePre", EVENT_SOURCEPRE}, 7799 {"SourcePre", EVENT_SOURCEPRE},
7799 {"SourceCmd", EVENT_SOURCECMD}, 7800 {"SourcePost", EVENT_SOURCEPOST},
7800 {"SpellFileMissing",EVENT_SPELLFILEMISSING}, 7801 {"SpellFileMissing",EVENT_SPELLFILEMISSING},
7801 {"StdinReadPost", EVENT_STDINREADPOST}, 7802 {"StdinReadPost", EVENT_STDINREADPOST},
7802 {"StdinReadPre", EVENT_STDINREADPRE}, 7803 {"StdinReadPre", EVENT_STDINREADPRE},
7803 {"SwapExists", EVENT_SWAPEXISTS}, 7804 {"SwapExists", EVENT_SWAPEXISTS},
7804 {"Syntax", EVENT_SYNTAX}, 7805 {"Syntax", EVENT_SYNTAX},