Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-false

refactor: replace TRUE/FALSE with true/false
This commit is contained in:
Björn Linse
2021-08-18 10:10:42 +02:00
committed by GitHub
7 changed files with 185 additions and 195 deletions

View File

@@ -1170,7 +1170,7 @@ void may_sync_undo(void)
{
if ((!(State & (INSERT + CMDLINE)) || arrow_used)
&& scriptin[curscript] == NULL)
u_sync(FALSE);
u_sync(false);
}
/*