summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-07 20:48:25 +0200
committerChristian Brabandt <cb@256bit.org>2024-07-07 20:48:25 +0200
commit8145620a958dbb5c82cf8f8a37556ee1ea501c6d (patch)
treeb24b0d49af1d20de07f54ed153e3f8f1fdb5d3b3 /runtime/doc
parente85fdc730e2a538db9af72a255207aa3d5f3fafc (diff)
patch 9.1.0543: Behavior of CursorMovedC is strangev9.1.0543
Problem: Behavior of CursorMovedC is strange. Solution: Also trigger when the cmdline has changed. (zeertzjq) fixes: #15069 closes: #15071 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/autocmd.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 34e9535db9..a5dce7db8f 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 9.1. Last change: 2024 Jul 06
+*autocmd.txt* For Vim version 9.1. Last change: 2024 Jul 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -751,9 +751,8 @@ CursorMoved After the cursor was moved in Normal or Visual
that is slow.
*CursorMovedC*
CursorMovedC After the cursor was moved in the command
- line while the text in the command line hasn't
- changed. Be careful not to mess up the
- command line, it may cause Vim to lock up.
+ line. Be careful not to mess up the command
+ line, it may cause Vim to lock up.
<afile> is set to a single character,
indicating the type of command-line.
|cmdwin-char|