diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-28 21:48:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-28 21:48:16 +0200 |
commit | d58a3bf7dac8d53faf42e13cc1152b110f12c404 (patch) | |
tree | 8718d3d947d850a9ee4492dbf98a4b2150c36a1f /runtime/doc/autocmd.txt | |
parent | b45cd36bd90f71e4a35b1ef1f75a3bedef6d8bac (diff) | |
download | vim-git-d58a3bf7dac8d53faf42e13cc1152b110f12c404.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index d56f211d0..9355d1f40 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 8.2. Last change: 2020 Aug 02 +*autocmd.txt* For Vim version 8.2. Last change: 2020 Sep 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -631,7 +631,7 @@ CompleteDone After Insert mode completion is done. Either *CursorHold* CursorHold When the user doesn't press a key for the time - specified with 'updatetime'. Not re-triggered + specified with 'updatetime'. Not triggered until the user has pressed a key (i.e. doesn't fire every 'updatetime' ms if you leave Vim to make some coffee. :) See |CursorHold-example| |