mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 18:58:18 +00:00
refactor: replace TRUE/FALSE with true/false #15647
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user