]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.026
- updated to 7.1.285
[packages/vim.git] / 7.1.026
CommitLineData
ad28a8ff
AG
1To: vim-dev@vim.org
2Subject: patch 7.1.026
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.1.026
11Problem: "[p" doesn't work in Visual mode. (David Brown)
12Solution: Use checkclearop() instead of checkclearopq().
13Files: 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--
46BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
47ARTHUR: What do you mean? An African or European swallow?
48BRIDGEKEEPER: 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.03181 seconds and 4 git commands to generate.