This commit is contained in:
James McCoy 2016-11-14 11:35:19 -05:00
parent 9d2985ecba
commit 0b686e9b61

View File

@ -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