refactor: replace TRUE/FALSE with true/false

This commit is contained in:
Dundar Göc
2021-07-26 22:17:23 +02:00
parent c642f3ac27
commit 94120d2fd5
18 changed files with 177 additions and 170 deletions

View File

@@ -7703,7 +7703,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++) {