Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/global-variables-2

refactor: replace TRUE/FALSE with true/false
This commit is contained in:
Björn Linse
2021-07-30 17:53:07 +02:00
committed by GitHub
18 changed files with 177 additions and 170 deletions

View File

@@ -7741,7 +7741,7 @@ void highlight_changed(void)
int id_SNC = 0;
int hlcnt;
need_highlight_changed = FALSE;
need_highlight_changed = false;
/// Translate builtin highlight groups into attributes for quick lookup.
for (int hlf = 0; hlf < (int)HLF_COUNT; hlf++) {