From 0b686e9b61c92e13c32f1bbc126586437be8aade Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 14 Nov 2016 11:35:19 -0500 Subject: lint --- src/nvim/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/main.c b/src/nvim/main.c index 159ea03162..1bd622bdba 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -512,7 +512,7 @@ int main(int argc, char **argv) need_start_insertmode = TRUE; set_vim_var_nr(VV_VIM_DID_ENTER, 1L); - apply_autocmds(EVENT_VIMENTER, NULL, NULL, FALSE, curbuf); + apply_autocmds(EVENT_VIMENTER, NULL, NULL, false, curbuf); TIME_MSG("VimEnter autocommands"); /* When a startup script or session file setup for diff'ing and -- cgit