]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.331 v7.2.331
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2010 11:48:05 +0000 (12:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2010 11:48:05 +0000 (12:48 +0100)
Problem:    Can't interrupt "echo list" for a very long list.
Solution:   Call line_breakcheck() in list_join().

src/eval.c
src/version.c

index c0765609480da10f12710dbb47f297aa3655505f..082324dbe2d8a445a256f611f947101ee1c38e6a 100644 (file)
@@ -6475,6 +6475,7 @@ list_join(gap, l, sep, echo, copyID)
        vim_free(tofree);
        if (s == NULL)
            return FAIL;
+       line_breakcheck();
     }
     return OK;
 }
index f81463cb7eb4c646c5bb804fb0350a2f4350ee67..9e1227dcf973ad272c918f40b9494b412ba648d6 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    331,
 /**/
     330,
 /**/