mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
docs: correct CursorMoved documentation (#17880)
behavior was changed in https://github.com/neovim/neovim/pull/9807
This commit is contained in:
@@ -500,9 +500,9 @@ CursorMoved After the cursor was moved in Normal or Visual
|
|||||||
of the cursor line has been changed, e.g. with
|
of the cursor line has been changed, e.g. with
|
||||||
"x", "rx" or "p".
|
"x", "rx" or "p".
|
||||||
Not triggered when there is typeahead, while
|
Not triggered when there is typeahead, while
|
||||||
executing a script file, when an operator is
|
executing a script file, or when an operator
|
||||||
pending, or when moving to another window while
|
is pending. Always triggered when moving to
|
||||||
remaining at the same cursor position.
|
another window.
|
||||||
For an example see |match-parens|.
|
For an example see |match-parens|.
|
||||||
Note: Cannot be skipped with |:noautocmd|.
|
Note: Cannot be skipped with |:noautocmd|.
|
||||||
Careful: This is triggered very often, don't
|
Careful: This is triggered very often, don't
|
||||||
|
Reference in New Issue
Block a user