mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:

committed by
Justin M. Keyes

parent
ef34a0ab13
commit
a568e8b644
@@ -288,7 +288,7 @@ int main(int argc, char **argv)
|
||||
|
||||
cmdline_row = Rows - p_ch;
|
||||
msg_row = cmdline_row;
|
||||
screenalloc(FALSE); /* allocate screen buffers */
|
||||
screenalloc(false); /* allocate screen buffers */
|
||||
set_init_2();
|
||||
TIME_MSG("inits 2");
|
||||
|
||||
|
Reference in New Issue
Block a user