]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-133 v7.1.133
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2007 10:50:10 +0000 (10:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2007 10:50:10 +0000 (10:50 +0000)
src/fileio.c
src/version.c

index 39b4226355d5311ab44458edba17b39190addf62..594daf335b509df90a98073a8a8b63e073a9c7f3 100644 (file)
@@ -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
index e009adbd087ea3a85b3e369cee02cfb7a5e332cb..421339326248c6b268c5ba1836d32ae9e6013a54 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    133,
 /**/
     132,
 /**/