mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
refactor: replace TRUE/FALSE macros with C99 true/false
This commit is contained in:
@@ -46,7 +46,7 @@ void highlight_init(void)
|
||||
.id1 = 0, .id2 = 0 }));
|
||||
}
|
||||
|
||||
/// @return TRUE if hl table was reset
|
||||
/// @return true if hl table was reset
|
||||
bool highlight_use_hlstate(void)
|
||||
{
|
||||
if (hlstate_active) {
|
||||
|
Reference in New Issue
Block a user