]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.019
- updated to 1.15
[packages/vim.git] / 7.0.019
CommitLineData
142b4b8e
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.019
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.019
11Problem: Repeating "VjA789" may cause a crash. (James Vega)
12Solution: Check the cursor column after moving it to another line.
13Files: src/ops.c
14
15
16*** ../vim-7.0.018/src/ops.c Sun Apr 30 20:45:12 2006
17--- src/ops.c Tue Jun 20 12:49:46 2006
18***************
19*** 2413,2418 ****
20--- 2413,2419 ----
21 else
22 {
23 curwin->w_cursor = oap->end;
24+ check_cursor_col();
25
26 /* Works just like an 'i'nsert on the next character. */
27 if (!lineempty(curwin->w_cursor.lnum)
28*** ../vim-7.0.018/src/version.c Mon Jun 19 10:56:20 2006
29--- src/version.c Tue Jun 20 12:55:10 2006
30***************
31*** 668,669 ****
32--- 668,671 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 19,
36 /**/
37
38--
39Two cows are standing together in a field. One asks the other:
40"So what do you think about this Mad Cow Disease?"
41The other replies: "That doesn't concern me. I'm a helicopter."
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ download, build and distribute -- http://www.A-A-P.org ///
46 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.027282 seconds and 4 git commands to generate.