]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2107: :normal may change cmdline history v9.1.2107
authorzeertzjq <zeertzjq@outlook.com>
Fri, 23 Jan 2026 19:21:42 +0000 (19:21 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 23 Jan 2026 19:21:42 +0000 (19:21 +0000)
commit85241020e808a74221a4befa367ceeda76af7ee0
treebe72ce8849f20f8522d5e7973b696b9d8f7a890e
parent7d22f84f0b8107fb2eb7edb5665f08daa5dae12a
patch 9.1.2107: :normal may change cmdline history

Problem:  :normal may change cmdline history if the keys don't
          explicitly leave Cmdline mode (after 9.1.1872).
Solution: Check ex_normal_busy (zeertzjq)

closes: #19237

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c