]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0507: hard to detect cursor movement in the command line v9.1.0507
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Thu, 20 Jun 2024 20:05:16 +0000 (22:05 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Jun 2024 20:05:16 +0000 (22:05 +0200)
commitd09521476f41dd8dbddb25b7acd0b299f9bf94d3
treee0228de6da48415951831957367a96b7aff07636
parentbeb02ed674bc61f179c4ff71e93bdeeb44fe9c4e
patch 9.1.0507: hard to detect cursor movement in the command line

Problem:  hard to detect cursor movement in the command line
Solution: Add the CursorMovedC autocommand
          (Shougo Matsushita)

closes: #15040

Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt
runtime/doc/tags
runtime/doc/version9.txt
src/autocmd.c
src/ex_getln.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h