]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.100.patch0
2b6e8b04e9747c137468c9c7d1b37cb4ebd9a662
[ipfire-3.x.git] / vim / patches / vim-7.3.100.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.100
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.100
11 Problem: When using :normal v:count isn't set.
12 Solution: Call normal_cmd() with toplevel set to TRUE.
13 Files: 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 --
46 hundred-and-one symptoms of being an internet addict:
47 109. 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 ///