diff src/fileio.c @ 968:994ea4e6f023 v7.0.094

updated for version 7.0-094
author vimboss
date Sat, 09 Sep 2006 12:52:42 +0000
parents 4fb859cd9ba9
children 0e3e208b4b90
line wrap: on
line diff
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -316,6 +316,9 @@ readfile(fname, sfname, from, lines_to_s
      * 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.