From a568e8b644a41b12388b7c7de4ca0fb8dc107f18 Mon Sep 17 00:00:00 2001 From: Klemen Košir Date: Tue, 29 Apr 2014 10:52:10 +0200 Subject: Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645 --- src/nvim/undo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/undo.c') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 8fe05290c2..5969f2dc7c 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -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(); } -- cgit