0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-094

This commit is contained in:
Bram Moolenaar
2006-09-09 12:52:42 +00:00
parent 41e6cd5f2a
commit 55b7cf8ae2
3 changed files with 7 additions and 1 deletions

View File

@@ -1386,7 +1386,8 @@ enter_buffer(buf)
}
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;