vim-patch:9.0.0747: too many #ifdefs (#20641)

Problem:    Too many #ifdefs.
Solution:   Gradudate the +cmdline_info feature. (Martin Tournoij,
            closes vim/vim#11330)
ba43e76fcd
This commit is contained in:
zeertzjq
2022-10-14 07:29:58 +08:00
committed by GitHub
parent eb123b565e
commit 0578c67767
3 changed files with 5 additions and 0 deletions

View File

@@ -554,6 +554,7 @@ wingotofile:
no_mapping--;
allow_keys--;
(void)add_to_showcmd(xchar);
switch (xchar) {
case '}':
xchar = Ctrl_RSB;