comparison 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
comparison
equal deleted inserted replaced
967:daa1e34570ff 968:994ea4e6f023
313 } 313 }
314 314
315 /* After reading a file the cursor line changes but we don't want to 315 /* After reading a file the cursor line changes but we don't want to
316 * display the line. */ 316 * display the line. */
317 ex_no_reprint = TRUE; 317 ex_no_reprint = TRUE;
318
319 /* don't display the file info for another buffer now */
320 need_fileinfo = FALSE;
318 321
319 /* 322 /*
320 * For Unix: Use the short file name whenever possible. 323 * For Unix: Use the short file name whenever possible.
321 * Avoids problems with networks and when directory names are changed. 324 * Avoids problems with networks and when directory names are changed.
322 * Don't do this for MS-DOS, a "cd" in a sub-shell may have moved us to 325 * Don't do this for MS-DOS, a "cd" in a sub-shell may have moved us to