mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
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:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user