mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:

committed by
Justin M. Keyes

parent
ef34a0ab13
commit
a568e8b644
@@ -1301,7 +1301,7 @@ void u_read_undo(char_u *name, char_u *hash, char_u *orig_name)
|
||||
if (name == NULL)
|
||||
verbose_enter();
|
||||
give_warning((char_u *)
|
||||
_("File contents changed, cannot use undo info"), TRUE);
|
||||
_("File contents changed, cannot use undo info"), true);
|
||||
if (name == NULL)
|
||||
verbose_leave();
|
||||
}
|
||||
|
Reference in New Issue
Block a user