diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-10 21:37:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-10 21:37:46 +0000 |
commit | 5c4bab0fe7357aa0bc38e5d29929e12f43209666 (patch) | |
tree | 723180b6f7046f39796afedc566676f4b1539aa8 /src/fileio.c | |
parent | eca1575717f216055f42b66ff1e730bad7e16beb (diff) | |
download | vim-git-5c4bab0fe7357aa0bc38e5d29929e12f43209666.tar.gz |
updated for version 7.0220
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 635bbcfd1..8626f60a9 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6983,6 +6983,8 @@ static struct event_name {"QuickFixCmdPre", EVENT_QUICKFIXCMDPRE}, {"RemoteReply", EVENT_REMOTEREPLY}, {"SessionLoadPost", EVENT_SESSIONLOADPOST}, + {"ShellCmdPost", EVENT_SHELLCMDPOST}, + {"ShellFilterPost", EVENT_SHELLFILTERPOST}, {"SourcePre", EVENT_SOURCEPRE}, {"SpellFileMissing",EVENT_SPELLFILEMISSING}, {"StdinReadPost", EVENT_STDINREADPOST}, |