aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r--src/nvim/undo.c2
1 files changed, 1 insertions, 1 deletions
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();
}