summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-09 12:52:42 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-09 12:52:42 +0000
commit55b7cf8ae2862ad4f6056bc911732af9a3b02985 (patch)
tree90a2bf2a7a558dd17d0020ba1fc133f11ae5757e /src/fileio.c
parent41e6cd5f2a2f8d4fe19c1469d62f509aa4be8a2b (diff)
updated for version 7.0-094v7.0.094
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c3
1 files changed, 3 insertions, 0 deletions
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.