summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-20 21:37:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-20 21:37:40 +0000
commitfaa959a8700219bd1726943cbb956001b5f737e4 (patch)
tree3cb74926336d18b833091edeb49c267ed5813394 /runtime/doc/autocmd.txt
parent70836c8ba83c180f978ed0ac92fb5ee78140a631 (diff)
downloadvim-faa959a8700219bd1726943cbb956001b5f737e4.zip
updated for version 7.0202
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 2ca301ba3..4899648bf 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 18
+*autocmd.txt* For Vim version 7.0aa. Last change: 2006 Feb 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -284,8 +284,8 @@ Name triggered by ~
|WinEnter| after entering another window
|WinLeave| before leaving a window
-|TabEnterPost| after entering another tab page
-|TabLeavePre| before leaving a tab page
+|TabEnter| after entering another tab page
+|TabLeave| before leaving a tab page
|CmdwinEnter| after entering the command-line window
|CmdwinLeave| before leaving the command-line window
@@ -706,14 +706,14 @@ Syntax When the 'syntax' option has been set.
where this option was set, and <amatch> for
the new value of 'syntax'.
See |:syn-on|.
- *TabEnterPost*
-TabEnterPost Just after entering a tab page. |tab-page|
+ *TabEnter*
+TabEnter Just after entering a tab page. |tab-page|
Before triggering the WinEnter and BufEnter
events.
- *TabLeavePre*
-TabLeavePre Just before leaving a tab page. |tab-page|
- BufLeave and WinLeave events will have been
- triggered first.
+ *TabLeave*
+TabLeave Just before leaving a tab page. |tab-page|
+ A WinLeave event will have been triggered
+ first.
*TermChanged*
TermChanged After the value of 'term' has changed. Useful
for re-loading the syntax file to update the