diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-18 22:10:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-18 22:10:00 +0000 |
commit | e3226be91a18160dcae6aefc240bf1d687bcd2a2 (patch) | |
tree | 038f14a1dc33c2598be03b661a0b7d6194001fca /runtime/doc/autocmd.txt | |
parent | d35f9711d4558f8784e65531a152d38d1dabbe72 (diff) | |
download | vim-git-e3226be91a18160dcae6aefc240bf1d687bcd2a2.tar.gz |
updated for version 7.0173v7.0173
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 5d49e8422..28edb4d4b 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 7.0aa. Last change: 2005 Dec 11 +*autocmd.txt* For Vim version 7.0aa. Last change: 2005 Dec 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -447,6 +447,8 @@ CursorHold When the user doesn't press a key for the time make some coffee. :) See |CursorHold-example| for previewing tags. This event is only triggered in Normal mode. + While recording the CursorHold event is not + triggered. |q| Note: Interactive commands cannot be used for this event. There is no hit-enter prompt, the screen is updated directly (when needed). |