mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 06:00:42 +00:00
refactor: replace TRUE/FALSE with true/false
This commit is contained in:
@@ -1162,7 +1162,7 @@ void may_sync_undo(void)
|
||||
{
|
||||
if ((!(State & (INSERT + CMDLINE)) || arrow_used)
|
||||
&& scriptin[curscript] == NULL)
|
||||
u_sync(FALSE);
|
||||
u_sync(false);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user