• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revision3c6417b7e6efed4cb13673383489efb47399a902 (tree)
Zeit2008-08-06 21:19:26
Autorvimboss
Commitervimboss

Log Message

updated for version 7.2b-027

Ändern Zusammenfassung

Diff

diff -r b6ffc2045211 -r 3c6417b7e6ef src/ex_getln.c
--- a/src/ex_getln.c Thu Jul 31 20:29:28 2008 +0000
+++ b/src/ex_getln.c Wed Aug 06 12:19:26 2008 +0000
@@ -6252,7 +6252,10 @@
62526252 NUL, eap->cookie, 0);
62536253
62546254 if (theline == NULL || STRCMP(end_pattern, theline) == 0)
6255+ {
6256+ vim_free(theline);
62556257 break;
6258+ }
62566259
62576260 ga_concat(&ga, theline);
62586261 ga_append(&ga, '\n');
diff -r b6ffc2045211 -r 3c6417b7e6ef src/version.c
--- a/src/version.c Thu Jul 31 20:29:28 2008 +0000
+++ b/src/version.c Wed Aug 06 12:19:26 2008 +0000
@@ -677,6 +677,8 @@
677677 static int included_patches[] =
678678 { /* Add new patch number below this line */
679679 /**/
680+ 27,
681+/**/
680682 26,
681683 /**/
682684 25,
Show on old repository browser