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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 7c53150c11..fc7fabc009 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -3035,9 +3035,9 @@ int buf_check_timestamp(buf_T *buf)
} else {
if (!autocmd_busy) {
msg_start();
- msg_puts_hl(tbuf, HLF_E + 1, true);
+ msg_puts_hl(tbuf, HLF_E, true);
if (*mesg2 != NUL) {
- msg_puts_hl(mesg2, HLF_W + 1, true);
+ msg_puts_hl(mesg2, HLF_W, true);
}
msg_clr_eos();
msg_end();