commit | 55b7cf8ae2862ad4f6056bc911732af9a3b02985 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 12:52:42 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 12:52:42 2006 +0000 |
tree | 90a2bf2a7a558dd17d0020ba1fc133f11ae5757e | |
parent | 41e6cd5f2a2f8d4fe19c1469d62f509aa4be8a2b [diff] [blame] |
updated for version 7.0-094
diff --git a/src/buffer.c b/src/buffer.c index e05bd39..55cef35 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -1386,7 +1386,8 @@ } else { - need_fileinfo = TRUE; /* display file info after redraw */ + if (!msg_silent) + need_fileinfo = TRUE; /* display file info after redraw */ (void)buf_check_timestamp(curbuf, FALSE); /* check if file changed */ #ifdef FEAT_AUTOCMD curwin->w_topline = 1;