1
0
forked from aniani/vim

updated for version 7.0-180

This commit is contained in:
Bram Moolenaar
2007-01-09 14:09:25 +00:00
parent df88dda91c
commit d675e2c513
5 changed files with 7 additions and 4 deletions

View File

@@ -2221,7 +2221,6 @@ mch_FullName(fname, buf, len, force)
* behaviour should be avoided for the existing files and we need to find
* the exact path of the edited file.
*/
if (force || !mch_isFullName(fname))
{
char_u *fixed_fname = vms_fixfilename(fname);
int fd = mch_open((char *)fixed_fname, O_RDONLY | O_EXTRA, 0);