]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1871: Wrong 'showcmd' in the cmdwin v9.1.1871
authorzeertzjq <zeertzjq@outlook.com>
Sat, 25 Oct 2025 03:40:45 +0000 (03:40 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Oct 2025 03:40:45 +0000 (03:40 +0000)
commit826326f13b0af34b5f1c6f15e480dfaece3787c6
tree5c7333aefa3eb1a487a4426b1c429d9a93c3c876
parentbbf4a10fe43a40f80b1d48bbb0c055c31a114125
patch 9.1.1871: Wrong 'showcmd' in the cmdwin

Problem:  Wrong 'showcmd' in the command-line window.
Solution: Clear 'showcmd' when entering cmdwin (zeertzjq).

related: neovim/neovim#36271
closes: #18616

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_getln.c
src/testdir/dumps/Test_cmdwin_showcmd_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_cmdwin_showcmd_2.dump [new file with mode: 0644]
src/testdir/test_cmdwin.vim
src/version.c