]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0543: Behavior of CursorMovedC is strange v9.1.0543
authorzeertzjq <zeertzjq@outlook.com>
Sun, 7 Jul 2024 18:48:25 +0000 (20:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 18:48:25 +0000 (20:48 +0200)
commit8145620a958dbb5c82cf8f8a37556ee1ea501c6d
treeb24b0d49af1d20de07f54ed153e3f8f1fdb5d3b3
parente85fdc730e2a538db9af72a255207aa3d5f3fafc
patch 9.1.0543: Behavior of CursorMovedC is strange

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>
runtime/doc/autocmd.txt
src/ex_getln.c
src/testdir/test_autocmd.vim
src/version.c