mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
updated for version 7.0-094
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user