diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-01-16 20:33:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-01-16 20:33:19 +0000 |
commit | 8dd1aa58ad96299425a95a48e2442dd1a039cfbd (patch) | |
tree | c1016d8cd9741b7db6fffc17fe994c0e7bc4e9a7 /src/fileio.c | |
parent | fb7c90c0face9790bdfe04cdfec95681fbc7b3e0 (diff) | |
download | vim-git-8dd1aa58ad96299425a95a48e2442dd1a039cfbd.tar.gz |
updated for version 7.0-187v7.0.187
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 2108bb87d..b4a8e9aac 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -7019,6 +7019,7 @@ static struct event_name {"ShellCmdPost", EVENT_SHELLCMDPOST}, {"ShellFilterPost", EVENT_SHELLFILTERPOST}, {"SourcePre", EVENT_SOURCEPRE}, + {"SourceCmd", EVENT_SOURCECMD}, {"SpellFileMissing",EVENT_SPELLFILEMISSING}, {"StdinReadPost", EVENT_STDINREADPOST}, {"StdinReadPre", EVENT_STDINREADPRE}, |