]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.100
- new
[packages/vim.git] / 7.3.100
CommitLineData
0611be5f
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.100
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.3.100
11Problem: When using :normal v:count isn't set.
12Solution: Call normal_cmd() with toplevel set to TRUE.
13Files: src/ex_docmd.c
14
15
16*** ../vim-7.3.099/src/ex_docmd.c 2010-12-02 16:01:23.000000000 +0100
17--- src/ex_docmd.c 2011-01-06 17:23:43.000000000 +0100
18***************
19*** 9310,9316 ****
20 && !got_int)
21 {
22 update_topline_cursor();
23! normal_cmd(&oa, FALSE); /* execute a Normal mode cmd */
24 }
25 }
26 #endif
27--- 9310,9316 ----
28 && !got_int)
29 {
30 update_topline_cursor();
31! normal_cmd(&oa, TRUE); /* execute a Normal mode cmd */
32 }
33 }
34 #endif
35*** ../vim-7.3.099/src/version.c 2011-01-08 14:45:57.000000000 +0100
36--- src/version.c 2011-01-17 19:49:07.000000000 +0100
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 100,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
47109. You actually read -- and enjoy -- lists like this.
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ an exciting new programming language -- http://www.Zimbu.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.03909 seconds and 4 git commands to generate.