aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-27 17:02:44 +0800
committerGitHub <noreply@github.com>2022-03-27 11:02:44 +0200
commita86d3d3780402f42f5ccbde919ff3b4fb48f15ed (patch)
tree35111383b19e32f235980142ae66de7c376f3cdf
parent71b4c30ad6215742ffcb8dfb0fb4df899065cb7a (diff)
downloadrneovim-a86d3d3780402f42f5ccbde919ff3b4fb48f15ed.tar.gz
rneovim-a86d3d3780402f42f5ccbde919ff3b4fb48f15ed.tar.bz2
rneovim-a86d3d3780402f42f5ccbde919ff3b4fb48f15ed.zip
docs: correct CursorMoved documentation (#17880)
behavior was changed in https://github.com/neovim/neovim/pull/9807
-rw-r--r--runtime/doc/autocmd.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index ab0b0cd07c..54fb4c14a0 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -500,9 +500,9 @@ CursorMoved After the cursor was moved in Normal or Visual
of the cursor line has been changed, e.g. with
"x", "rx" or "p".
Not triggered when there is typeahead, while
- executing a script file, when an operator is
- pending, or when moving to another window while
- remaining at the same cursor position.
+ executing a script file, or when an operator
+ is pending. Always triggered when moving to
+ another window.
For an example see |match-parens|.
Note: Cannot be skipped with |:noautocmd|.
Careful: This is triggered very often, don't