]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.026
- updated to 7.1.285
[packages/vim.git] / 7.1.026
1 To: vim-dev@vim.org
2 Subject: patch 7.1.026
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.026
11 Problem:    "[p" doesn't work in Visual mode. (David Brown)
12 Solution:   Use checkclearop() instead of checkclearopq().
13 Files:      src/normal.c
14
15
16 *** ../vim-7.1.025/src/normal.c Thu May 10 18:45:26 2007
17 --- src/normal.c        Wed Jul  4 21:16:36 2007
18 ***************
19 *** 6379,6385 ****
20        */
21       else if (cap->nchar == 'p' || cap->nchar == 'P')
22       {
23 !       if (!checkclearopq(cap->oap))
24         {
25             prep_redo_cmd(cap);
26             do_put(cap->oap->regname,
27 --- 6379,6385 ----
28        */
29       else if (cap->nchar == 'p' || cap->nchar == 'P')
30       {
31 !       if (!checkclearop(cap->oap))
32         {
33             prep_redo_cmd(cap);
34             do_put(cap->oap->regname,
35 *** ../vim-7.1.025/src/version.c        Tue Jul 10 13:27:46 2007
36 --- src/version.c       Tue Jul 10 14:01:52 2007
37 ***************
38 *** 668,669 ****
39 --- 668,671 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     26,
43   /**/
44
45 -- 
46 BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
47 ARTHUR:       What do you mean?  An African or European swallow?
48 BRIDGEKEEPER: Er ...  I don't know that ... Aaaaarrrrrrggghhh!
49    BRIDGEKEEPER is cast into the gorge.
50                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\        download, build and distribute -- http://www.A-A-P.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.031229 seconds and 3 git commands to generate.