comparison src/buffer.c @ 968:994ea4e6f023 v7.0.094

updated for version 7.0-094
author vimboss
date Sat, 09 Sep 2006 12:52:42 +0000
parents c06c658691e2
children be9fbf8b0cdb
comparison
equal deleted inserted replaced
967:daa1e34570ff 968:994ea4e6f023
1384 1384
1385 open_buffer(FALSE, NULL); 1385 open_buffer(FALSE, NULL);
1386 } 1386 }
1387 else 1387 else
1388 { 1388 {
1389 need_fileinfo = TRUE; /* display file info after redraw */ 1389 if (!msg_silent)
1390 need_fileinfo = TRUE; /* display file info after redraw */
1390 (void)buf_check_timestamp(curbuf, FALSE); /* check if file changed */ 1391 (void)buf_check_timestamp(curbuf, FALSE); /* check if file changed */
1391 #ifdef FEAT_AUTOCMD 1392 #ifdef FEAT_AUTOCMD
1392 curwin->w_topline = 1; 1393 curwin->w_topline = 1;
1393 # ifdef FEAT_DIFF 1394 # ifdef FEAT_DIFF
1394 curwin->w_topfill = 0; 1395 curwin->w_topfill = 0;