changeset 2045:e77e3c11f507 v7.2.331

updated for version 7.2.331 Problem: Can't interrupt "echo list" for a very long list. Solution: Call line_breakcheck() in list_join().
author Bram Moolenaar <bram@zimbu.org>
date Tue, 19 Jan 2010 12:48:05 +0100
parents 6c480c4aa7b0
children d433f43849ba
files src/eval.c src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c
+++ b/src/eval.c
@@ -6475,6 +6475,7 @@ list_join(gap, l, sep, echo, copyID)
 	vim_free(tofree);
 	if (s == NULL)
 	    return FAIL;
+	line_breakcheck();
     }
     return OK;
 }
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    331,
+/**/
     330,
 /**/
     329,