mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
Remove instances of TRUE/FALSE macro
memory.c os_unix.c path.c
This commit is contained in:

committed by
Björn Linse

parent
ea33a75d07
commit
f7c5dc4db2
@@ -1737,7 +1737,7 @@ static void edit_buffers(mparm_T *parmp)
|
||||
--autocmd_no_leave;
|
||||
TIME_MSG("editing files in windows");
|
||||
if (parmp->window_count > 1 && parmp->window_layout != WIN_TABS)
|
||||
win_equal(curwin, FALSE, 'b'); /* adjust heights */
|
||||
win_equal(curwin, false, 'b'); /* adjust heights */
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user