refactor: replace TRUE/FALSE with true/false #15647

This commit is contained in:
dundargoc
2021-09-13 13:57:36 +02:00
committed by GitHub
parent b9d57fa107
commit d5b66e8860
12 changed files with 150 additions and 165 deletions

View File

@@ -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();