From d675e2c5130849cb486665b097b62bbb00cc42e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 9 Jan 2007 14:09:25 +0000 Subject: updated for version 7.0-180 --- src/os_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index d58ba302c..639ef3127 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -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); -- cgit v1.2.1