4145aef
To: vim-dev@vim.org
4145aef
Subject: Patch 7.2.331
4145aef
Fcc: outbox
4145aef
From: Bram Moolenaar <Bram@moolenaar.net>
4145aef
Mime-Version: 1.0
4145aef
Content-Type: text/plain; charset=UTF-8
4145aef
Content-Transfer-Encoding: 8bit
4145aef
------------
4145aef
4145aef
Patch 7.2.331
4145aef
Problem:    Can't interrupt "echo list" for a very long list.
4145aef
Solution:   Call line_breakcheck() in list_join().
4145aef
Files:	    src/eval.c
4145aef
4145aef
4145aef
*** ../vim-7.2.330/src/eval.c	2010-01-12 12:48:40.000000000 +0100
4145aef
--- src/eval.c	2010-01-12 15:59:28.000000000 +0100
4145aef
***************
4145aef
*** 6475,6480 ****
4145aef
--- 6475,6481 ----
4145aef
  	vim_free(tofree);
4145aef
  	if (s == NULL)
4145aef
  	    return FAIL;
4145aef
+ 	line_breakcheck();
4145aef
      }
4145aef
      return OK;
4145aef
  }
4145aef
*** ../vim-7.2.330/src/version.c	2010-01-12 19:48:57.000000000 +0100
4145aef
--- src/version.c	2010-01-19 12:44:02.000000000 +0100
4145aef
***************
4145aef
*** 683,684 ****
4145aef
--- 683,686 ----
4145aef
  {   /* Add new patch number below this line */
4145aef
+ /**/
4145aef
+     331,
4145aef
  /**/
4145aef
4145aef
4145aef
-- 
4145aef
hundred-and-one symptoms of being an internet addict:
4145aef
116. You are living with your boyfriend who networks your respective
4145aef
     computers so you can sit in separate rooms and email each other
4145aef
4145aef
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
4145aef
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
4145aef
\\\        download, build and distribute -- http://www.A-A-P.org        ///
4145aef
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///