docs: correct CursorMoved documentation (#17880)

behavior was changed in https://github.com/neovim/neovim/pull/9807
This commit is contained in:
zeertzjq 2022-03-27 17:02:44 +08:00 committed by GitHub
parent 71b4c30ad6
commit a86d3d3780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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