summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-10-03 10:50:10 +0000
committervimboss <devnull@localhost>2007-10-03 10:50:10 +0000
commitfc597879c7a51f38d3e58219131035364d33e704 (patch)
tree6eff5defd5ddb35aaad1fbeb597f4e5c561bb2d2
parent7e6b337f8a079c0273e59d54c7eea242e8c97a39 (diff)
downloadvim-fc597879c7a51f38d3e58219131035364d33e704.tar.gz
updated for version 7.1-133v7.1.133v7-1-133
-rw-r--r--src/fileio.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 39b42263..594daf33 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
diff --git a/src/version.c b/src/version.c
index e009adbd..42133932 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 133,
+/**/
132,
/**/
131,