]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0855: 'showcmd' not redrawn with empty mapping triggered on timeout v9.2.0855
authorzeertzjq <zeertzjq@outlook.com>
Sat, 25 Jul 2026 16:46:29 +0000 (16:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Jul 2026 16:46:29 +0000 (16:46 +0000)
commit2e9687647a2ab2aadee00f01e37c71a5cffbdfcc
tree4543c6460f368cbce9443648238e931b50241304
parent3886a8ffc5bbc006d5965fca2e1004b4beb4c98b
patch 9.2.0855: 'showcmd' not redrawn with empty mapping triggered on timeout

Problem:  'showcmd' not redrawn with empty mapping triggered on timeout.
Solution: Don't postpone redraw when inside vgetorpeek(). Also move test
          for tabline 'showcmd' to test_tabline.vim.

fixes:  #20839
closes: #20840

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