diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
commit | d550eecf7092397d064df26850d4a09d9ab4a481 (patch) | |
tree | 20434b7e79e5ac786071e4ef7b31abf75ee5c9ad /runtime/doc/autocmd.txt | |
parent | c3028e435392a7b647f79be826c054ef76b0d577 (diff) | |
parent | 5f00d2285368e893361c9ccf8ebe3b15004cdbf8 (diff) | |
download | rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.gz rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.bz2 rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.zip |
Merge pull request #1853 from fwalch/vim-bd18da9
vim-patch:bd18da9 (runtime update)
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index aefc6bf064..bde99358de 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 7.4. Last change: 2014 Aug 22 +*autocmd.txt* For Vim version 7.4. Last change: 2014 Sep 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -520,6 +520,11 @@ CursorHold When the user doesn't press a key for the time operator. While recording the CursorHold event is not triggered. |q| + *<CursorHold>* + Internally the autocommand is triggered by the + <CursorHold> key. In an expression mapping + |getchar()| may see this character. + Note: Interactive commands cannot be used for this event. There is no hit-enter prompt, the screen is updated directly (when needed). |