mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +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