From f7c5dc4db266bfc1db3ea76d114d9a04413fe875 Mon Sep 17 00:00:00 2001 From: Steven Oliver Date: Sun, 30 Aug 2015 16:27:47 -0400 Subject: Remove instances of TRUE/FALSE macro memory.c os_unix.c path.c --- src/nvim/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/main.c') diff --git a/src/nvim/main.c b/src/nvim/main.c index 9af15924bd..3e096ee190 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -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 */ } /* -- cgit