b5582f6
To: vim-dev@vim.org
b5582f6
Subject: patch 7.1.026
b5582f6
Fcc: outbox
b5582f6
From: Bram Moolenaar <Bram@moolenaar.net>
b5582f6
Mime-Version: 1.0
b5582f6
Content-Type: text/plain; charset=ISO-8859-1
b5582f6
Content-Transfer-Encoding: 8bit
b5582f6
------------
b5582f6
b5582f6
Patch 7.1.026
b5582f6
Problem:    "[p" doesn't work in Visual mode. (David Brown)
b5582f6
Solution:   Use checkclearop() instead of checkclearopq().
b5582f6
Files:	    src/normal.c
b5582f6
b5582f6
b5582f6
*** ../vim-7.1.025/src/normal.c	Thu May 10 18:45:26 2007
b5582f6
--- src/normal.c	Wed Jul  4 21:16:36 2007
b5582f6
***************
b5582f6
*** 6379,6385 ****
b5582f6
       */
b5582f6
      else if (cap->nchar == 'p' || cap->nchar == 'P')
b5582f6
      {
b5582f6
! 	if (!checkclearopq(cap->oap))
b5582f6
  	{
b5582f6
  	    prep_redo_cmd(cap);
b5582f6
  	    do_put(cap->oap->regname,
b5582f6
--- 6379,6385 ----
b5582f6
       */
b5582f6
      else if (cap->nchar == 'p' || cap->nchar == 'P')
b5582f6
      {
b5582f6
! 	if (!checkclearop(cap->oap))
b5582f6
  	{
b5582f6
  	    prep_redo_cmd(cap);
b5582f6
  	    do_put(cap->oap->regname,
b5582f6
*** ../vim-7.1.025/src/version.c	Tue Jul 10 13:27:46 2007
b5582f6
--- src/version.c	Tue Jul 10 14:01:52 2007
b5582f6
***************
b5582f6
*** 668,669 ****
b5582f6
--- 668,671 ----
b5582f6
  {   /* Add new patch number below this line */
b5582f6
+ /**/
b5582f6
+     26,
b5582f6
  /**/
b5582f6
b5582f6
-- 
b5582f6
BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
b5582f6
ARTHUR:       What do you mean?  An African or European swallow?
b5582f6
BRIDGEKEEPER: Er ...  I don't know that ... Aaaaarrrrrrggghhh!
b5582f6
   BRIDGEKEEPER is cast into the gorge.
b5582f6
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
b5582f6
b5582f6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
b5582f6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
b5582f6
\\\        download, build and distribute -- http://www.A-A-P.org        ///
b5582f6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///