aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 6f21679549..b87b606f98 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -4966,7 +4966,7 @@ buf_check_timestamp (
if (emsg_silent == 0) {
out_flush();
/* give the user some time to think about it */
- ui_delay(1000L, TRUE);
+ ui_delay(1000L, true);
/* don't redraw and erase the message */
redraw_cmdline = FALSE;