commit | d4cacdf91e8486d4c7387eb664226e4397758888 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 10:50:10 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 10:50:10 2007 +0000 |
tree | 6eff5defd5ddb35aaad1fbeb597f4e5c561bb2d2 | |
parent | e65f732db387c5ee4936b67e789a0cd3aad8d959 [diff] [blame] |
updated for version 7.1-133
diff --git a/src/fileio.c b/src/fileio.c index 39b4226..594daf3 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -5553,6 +5553,8 @@ } #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 @@ } return p; } +#endif /* * Try to find a shortname by comparing the fullname with the current