mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:9.0.0118: no test for what patch 9.0.0155 fixes
Problem: No test for what patch 9.0.0155 fixes.
Solution: Add a test. Fix typos. (closes vim/vim#10822)
750209459c
This commit is contained in:
@@ -1084,7 +1084,7 @@ EXTERN char windowsVersion[20] INIT(= { 0 });
|
||||
|
||||
EXTERN int exit_need_delay INIT(= 0);
|
||||
|
||||
// Set when 'cmdheight' is changed from non-zero to one temporarily.
|
||||
EXTERN int made_cmdheight_nonzero INIT(= false);
|
||||
// Set when 'cmdheight' is changed from zero to one temporarily.
|
||||
EXTERN bool made_cmdheight_nonzero INIT(= false);
|
||||
|
||||
#endif // NVIM_GLOBALS_H
|
||||
|
Reference in New Issue
Block a user