]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0351: No test that completing a partial mapping clears 'showcmd' v9.1.0351
authorzeertzjq <zeertzjq@outlook.com>
Thu, 18 Apr 2024 20:09:37 +0000 (22:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 18 Apr 2024 20:09:37 +0000 (22:09 +0200)
commit094c4390bdf3473fab122aa02883e63ce4e66cdb
treef2aaf878a5d5868c6b4375b848d64e920e49216f
parent1fa22e3ad67d9df48b397076ed2632de41a76244
patch 9.1.0351: No test that completing a partial mapping clears 'showcmd'

Problem:  No test that completing a partial mapping clears 'showcmd'.
Solution: Complete partial mappings in Test_showcmd_part_map() instead
          of using :echo.  Adjust some comments (zeertzjq).

closes: #14580

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