diff options
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc1.c b/src/misc1.c index 2825c538a..f6fa9d69f 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -2770,6 +2770,7 @@ change_warning(col) msg_start(); if (msg_row == Rows - 1) msg_col = col; + msg_source(hl_attr(HLF_W)); MSG_PUTS_ATTR(_("W10: Warning: Changing a readonly file"), hl_attr(HLF_W) | MSG_HIST); msg_clr_eos(); |