Remove instances of TRUE/FALSE macro

memory.c
os_unix.c
path.c
This commit is contained in:
Steven Oliver
2015-08-30 16:27:47 -04:00
committed by Björn Linse
parent ea33a75d07
commit f7c5dc4db2
12 changed files with 121 additions and 126 deletions

View File

@@ -6088,11 +6088,11 @@ aucmd_prepbuf (
block_autocmds();
make_snapshot(SNAP_AUCMD_IDX);
save_ea = p_ea;
p_ea = FALSE;
p_ea = false;
/* Prevent chdir() call in win_enter_ext(), through do_autochdir(). */
save_acd = p_acd;
p_acd = FALSE;
p_acd = false;
(void)win_split_ins(0, WSP_TOP, aucmd_win, 0);
(void)win_comp_pos(); /* recompute window positions */