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