From 55b7cf8ae2862ad4f6056bc911732af9a3b02985 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 9 Sep 2006 12:52:42 +0000 Subject: updated for version 7.0-094 --- src/fileio.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fileio.c') diff --git a/src/fileio.c b/src/fileio.c index 4ef21fe401..2e2b826ca8 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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. -- cgit v1.2.3