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

@@ -860,6 +860,7 @@ int showmode(void)
if (redrawing() && last->w_status_height == 0 && global_stl_height() == 0) {
win_redr_ruler(last, true);
}
redraw_cmdline = false;
redraw_mode = false;
clear_cmdline = false;