summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-01-09 14:09:25 +0000
committerBram Moolenaar <Bram@vim.org>2007-01-09 14:09:25 +0000
commitd675e2c5130849cb486665b097b62bbb00cc42e7 (patch)
tree62e4dbad27b803f2dd0c8c66e63cb2439c399857 /src/os_unix.c
parentdf88dda91c2f436f4cf2360d27a306efc0087e4f (diff)
downloadvim-git-d675e2c5130849cb486665b097b62bbb00cc42e7.tar.gz
updated for version 7.0-180v7.0.180
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 0 insertions, 1 deletions
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);