summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-01 21:51:12 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-01 21:51:12 +0000
commitafeb4fa8a7ffc357cea70668b9ad3c66edfc8ce0 (patch)
treeff6cda8c2a6fd2ea026f1f182195752feb5f7dac /runtime/doc/autocmd.txt
parentb8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97 (diff)
downloadvim-afeb4fa8a7ffc357cea70668b9ad3c66edfc8ce0.zip
updated for version 7.0191
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index e83309a8d..8735b5cab 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 7.0aa. Last change: 2006 Jan 08
+*autocmd.txt* For Vim version 7.0aa. Last change: 2006 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -273,6 +273,7 @@ Name triggered by ~
|FileChangedRO| before making the first change to a read-only file
|FuncUndefined| a user function is used but it isn't defined
+|SpellFileMissing| a spell file is used but it can't be found
|FocusGained| Vim got input focus
|FocusLost| Vim lost input focus
@@ -643,6 +644,11 @@ RemoteReply When a reply from a Vim that functions as
*SessionLoadPost*
SessionLoadPost After loading the session file created using
the |:mksession| command.
+ *SpellFileMissing*
+SpellFileMissing When trying to load a spell checking file and
+ it can't be found. <amatch> is the language,
+ 'encoding' also matters. See
+ |spell-SpellFileMissing|.
*StdinReadPost*
StdinReadPost After reading from the stdin into the buffer,
before executing the modelines. Only used