• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisionae7e29b64923da886325215a1a5b20bd60e4cbc0 (tree)
Time2008-01-04 02:56:04
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-194

Change Summary

Incremental Difference

diff -r fa07532e69c6 -r ae7e29b64923 src/os_unix.c
--- a/src/os_unix.c Thu Jan 03 16:54:33 2008 +0000
+++ b/src/os_unix.c Thu Jan 03 17:56:04 2008 +0000
@@ -5482,7 +5482,7 @@
54825482 {
54835483 STRCPY(p, (*file)[i]);
54845484 if (dir)
5485- STRCAT(p, "/"); /* add '/' to a directory name */
5485+ add_pathsep(p); /* add '/' to a directory name */
54865486 (*file)[j++] = p;
54875487 }
54885488 }
diff -r fa07532e69c6 -r ae7e29b64923 src/version.c
--- a/src/version.c Thu Jan 03 16:54:33 2008 +0000
+++ b/src/version.c Thu Jan 03 17:56:04 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 194,
671+/**/
670672 193,
671673 /**/
672674 192,
Show on old repository browser