]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-094 v7.0.094
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2006 12:52:42 +0000 (12:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2006 12:52:42 +0000 (12:52 +0000)
src/buffer.c
src/fileio.c
src/version.c

index e05bd3935e944caab9f197e2d1e4d52b8ac7d0a4..55cef35d9cbbc1c31bab4b216d92d0ecb962e5f6 100644 (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;
index 4ef21fe4018f55976d6296e75f8b36499e096718..2e2b826ca8d1ea1470719588c01d87a8ba09a557 100644 (file)
@@ -316,6 +316,9 @@ readfile(fname, sfname, from, lines_to_skip, lines_to_read, eap, flags)
      * display the line. */
     ex_no_reprint = TRUE;
 
+    /* don't display the file info for another buffer now */
+    need_fileinfo = FALSE;
+
     /*
      * For Unix: Use the short file name whenever possible.
      * Avoids problems with networks and when directory names are changed.
index 0847080ba48843a4f951bd197dbfe100b86ee33d..f8fd8598809fc68dc37cbff5d2098fd8ec50f305 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    94,
 /**/
     93,
 /**/