]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.331
- up to 7.2.436
[packages/vim.git] / 7.2.331
CommitLineData
907f7fb0
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.331
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.331
11Problem: Can't interrupt "echo list" for a very long list.
12Solution: Call line_breakcheck() in list_join().
13Files: src/eval.c
14
15
16*** ../vim-7.2.330/src/eval.c 2010-01-12 12:48:40.000000000 +0100
17--- src/eval.c 2010-01-12 15:59:28.000000000 +0100
18***************
19*** 6475,6480 ****
20--- 6475,6481 ----
21 vim_free(tofree);
22 if (s == NULL)
23 return FAIL;
24+ line_breakcheck();
25 }
26 return OK;
27 }
28*** ../vim-7.2.330/src/version.c 2010-01-12 19:48:57.000000000 +0100
29--- src/version.c 2010-01-19 12:44:02.000000000 +0100
30***************
31*** 683,684 ****
32--- 683,686 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 331,
36 /**/
37
38
39--
40hundred-and-one symptoms of being an internet addict:
41116. You are living with your boyfriend who networks your respective
42 computers so you can sit in separate rooms and email each other
43
44 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
45/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46\\\ download, build and distribute -- http://www.A-A-P.org ///
47 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.031963 seconds and 4 git commands to generate.