diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:47:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:47:16 +0000 |
commit | b8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97 (patch) | |
tree | 090b45a23993b236f0a8c18fd2297f3142194066 /src/fileio.c | |
parent | 280f126ef03c4e7d71d2c8341d661d3e37157851 (diff) | |
download | vim-git-b8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97.tar.gz |
updated for version 7.0191
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 868b64989..2b0df67e2 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6953,6 +6953,7 @@ static struct event_name {"QuickFixCmdPre", EVENT_QUICKFIXCMDPRE}, {"RemoteReply", EVENT_REMOTEREPLY}, {"SessionLoadPost", EVENT_SESSIONLOADPOST}, + {"SpellFileMissing",EVENT_SPELLFILEMISSING}, {"StdinReadPost", EVENT_STDINREADPOST}, {"StdinReadPre", EVENT_STDINREADPRE}, {"Syntax", EVENT_SYNTAX}, @@ -8406,6 +8407,7 @@ apply_autocmds_group(event, fname, fname_io, force, group, buf, eap) if (event == EVENT_FILETYPE || event == EVENT_SYNTAX || event == EVENT_REMOTEREPLY + || event == EVENT_SPELLFILEMISSING || event == EVENT_QUICKFIXCMDPRE || event == EVENT_QUICKFIXCMDPOST) fname = vim_strsave(fname); |