feat(ui): use msg_grid based implementation for cmdheight=0

This commit is contained in:
bfredl
2022-09-13 12:56:30 +02:00
parent bf6de51f55
commit 708bd68651
17 changed files with 89 additions and 135 deletions

View File

@@ -1071,7 +1071,4 @@ EXTERN char windowsVersion[20] INIT(= { 0 });
EXTERN int exit_need_delay INIT(= 0);
// Set when 'cmdheight' is changed from zero to one temporarily.
EXTERN bool made_cmdheight_nonzero INIT(= false);
#endif // NVIM_GLOBALS_H