mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00
refactor: replace TRUE/FALSE with true/false #15425
This commit is contained in:
@@ -2604,7 +2604,7 @@ void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp)
|
||||
{
|
||||
int dir;
|
||||
tabpage_T *ptp = NULL;
|
||||
int free_tp = FALSE;
|
||||
bool free_tp = false;
|
||||
|
||||
// Get here with win->w_buffer == NULL when win_close() detects the tab page
|
||||
// changed.
|
||||
|
Reference in New Issue
Block a user