• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisionbac7c3fce15019af25562f5c19b099c55487a6e7 (tree)
Time2007-10-03 19:50:10
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-133

Change Summary

Incremental Difference

diff -r c0bb3c1dd446 -r bac7c3fce150 src/fileio.c
--- a/src/fileio.c Tue Oct 02 20:08:54 2007 +0000
+++ b/src/fileio.c Wed Oct 03 10:50:10 2007 +0000
@@ -5553,6 +5553,8 @@
55535553 }
55545554 #endif
55555555
5556+#if defined(FEAT_VIMINFO) || defined(FEAT_BROWSE) || \
5557+ defined(FEAT_QUICKFIX) || defined(PROTO)
55565558 /*
55575559 * Try to find a shortname by comparing the fullname with the current
55585560 * directory.
@@ -5573,6 +5575,7 @@
55735575 }
55745576 return p;
55755577 }
5578+#endif
55765579
55775580 /*
55785581 * Try to find a shortname by comparing the fullname with the current
diff -r c0bb3c1dd446 -r bac7c3fce150 src/version.c
--- a/src/version.c Tue Oct 02 20:08:54 2007 +0000
+++ b/src/version.c Wed Oct 03 10:50:10 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 133,
671+/**/
670672 132,
671673 /**/
672674 131,
Show on old repository browser