diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:38:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:38:47 +0000 |
commit | 1f35bf9cab16d3f3a63c47894c69c9aa699d8145 (patch) | |
tree | 6484c3e7edc2bcc857cb509b18c5d52d4977db59 /runtime/doc/autocmd.txt | |
parent | a203182302733c0ea98d66ee1f576f251697dc81 (diff) | |
download | vim-git-1f35bf9cab16d3f3a63c47894c69c9aa699d8145.tar.gz |
updated for version 7.0217v7.0217
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 4dd34eb6a..edf3c1e54 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 Feb 27 +*autocmd.txt* For Vim version 7.0aa. Last change: 2006 Mar 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -274,6 +274,7 @@ Name triggered by ~ |FuncUndefined| a user function is used but it isn't defined |SpellFileMissing| a spell file is used but it can't be found +|SourcePre| before sourcing a Vim script |FocusGained| Vim got input focus |FocusLost| Vim lost input focus @@ -666,6 +667,8 @@ RemoteReply When a reply from a Vim that functions as *SessionLoadPost* SessionLoadPost After loading the session file created using the |:mksession| command. + *SourcePre* +SourcePre Before sourcing a Vim script. |:source| *SpellFileMissing* SpellFileMissing When trying to load a spell checking file and it can't be found. <amatch> is the language, |