changeset 1418:bac7c3fce150 v7.1.133

updated for version 7.1-133
author vimboss
date Wed, 03 Oct 2007 10:50:10 +0000
parents c0bb3c1dd446
children 7e5284f58094
files src/fileio.c src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,