]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2178: reg_executing() wrong for :normal with range v9.0.2178
authorzeertzjq <zeertzjq@outlook.com>
Tue, 19 Dec 2023 19:35:40 +0000 (20:35 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 19 Dec 2023 19:35:40 +0000 (20:35 +0100)
commit615202bd0ebc1d8e3532f24b9b7232c2fd86b181
treeabe4a6164bf61e7df0e7e65d33f48f9e0306c509
parentec14924368e23f2430815c009bd554f88de9c57f
patch 9.0.2178: reg_executing() wrong for :normal with range

Problem:  reg_executing() returns wrong result in :normal with range
          when 'showcmd' is set (after 8.2.4705).
Solution: Reset "pending_end_reg_executing" when executing a register.

closes: #13707

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