• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisionfe3ec5ea62f76a623c95a2a4bcc0d396c83488bf (tree)
Time2008-05-29 22:36:10
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-303

Change Summary

Incremental Difference

diff -r 3a6ba07b3b9f -r fe3ec5ea62f7 src/ex_getln.c
--- a/src/ex_getln.c Wed May 28 20:02:48 2008 +0000
+++ b/src/ex_getln.c Thu May 29 13:36:10 2008 +0000
@@ -3711,6 +3711,7 @@
37113711 #ifdef BACKSLASH_IN_FILENAME
37123712 char_u buf[20];
37133713 int j = 0;
3714+ char_u *p;
37143715
37153716 /* Don't escape '[' and '{' if they are in 'isfname'. */
37163717 for (p = PATH_ESC_CHARS; *p != NUL; ++p)
diff -r 3a6ba07b3b9f -r fe3ec5ea62f7 src/version.c
--- a/src/version.c Wed May 28 20:02:48 2008 +0000
+++ b/src/version.c Thu May 29 13:36:10 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 303,
671+/**/
670672 302,
671673 /**/
672674 301,
Show on old repository browser