mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
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:
@@ -554,6 +554,7 @@ wingotofile:
|
||||
no_mapping--;
|
||||
allow_keys--;
|
||||
(void)add_to_showcmd(xchar);
|
||||
|
||||
switch (xchar) {
|
||||
case '}':
|
||||
xchar = Ctrl_RSB;
|
||||
|
Reference in New Issue
Block a user