diff options
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 716434f32e..1fc140e525 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -459,7 +459,7 @@ int main(int argc, char **argv) curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count; } - apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf); + apply_autocmds(EVENT_BUFENTER, NULL, NULL, false, curbuf); TIME_MSG("BufEnter autocommands"); setpcmark(); |