diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-10-03 10:50:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-10-03 10:50:10 +0000 |
commit | d4cacdf91e8486d4c7387eb664226e4397758888 (patch) | |
tree | 6eff5defd5ddb35aaad1fbeb597f4e5c561bb2d2 /src/fileio.c | |
parent | e65f732db387c5ee4936b67e789a0cd3aad8d959 (diff) | |
download | vim-git-d4cacdf91e8486d4c7387eb664226e4397758888.tar.gz |
updated for version 7.1-133v7.1.133
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 39b422635..594daf335 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5553,6 +5553,8 @@ make_bom(buf, name) } #endif +#if defined(FEAT_VIMINFO) || defined(FEAT_BROWSE) || \ + defined(FEAT_QUICKFIX) || defined(PROTO) /* * Try to find a shortname by comparing the fullname with the current * directory. @@ -5573,6 +5575,7 @@ shorten_fname1(full_path) } return p; } +#endif /* * Try to find a shortname by comparing the fullname with the current |