diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
commit | 90df4b9d423485f7db16e3a65cab4f14edc815ae (patch) | |
tree | 1477a8fa59c5061882816599bd38960c84e42eb9 /runtime/doc/autocmd.txt | |
parent | 303215d60cece0462f040035502b5bc95373bd6e (diff) | |
download | vim-git-90df4b9d423485f7db16e3a65cab4f14edc815ae.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 5f1231ccb..5e1f61e88 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 8.2. Last change: 2021 May 29 +*autocmd.txt* For Vim version 8.2. Last change: 2021 Jul 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -679,8 +679,10 @@ CursorHoldI Just like CursorHold, but in Insert mode. CursorMoved After the cursor was moved in Normal or Visual mode. Also when the text of the cursor line has been changed, e.g., with "x", "rx" or "p". - Not triggered when there is typeahead or when - an operator is pending. + Not triggered when there is typeahead, when + an operator is pending or when moving to + another window while remaining at the same + cursor position. For an example see |match-parens|. Note: This can not be skipped with `:noautocmd`. |