0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.0.0747: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Gradudate the +cmdline_info feature. (Martin Tournoij,
            closes #11330)
This commit is contained in:
Martin Tournoij
2022-10-13 22:12:15 +01:00
committed by Bram Moolenaar
parent 856c5d2bc7
commit ba43e76fcd
25 changed files with 40 additions and 172 deletions

View File

@@ -1546,10 +1546,8 @@ get_digraph(
)
putcmdline(c, TRUE);
}
#ifdef FEAT_CMDL_INFO
else
add_to_showcmd(c);
#endif
++no_mapping;
++allow_keys;
cc = plain_vgetc();