3f19a0d
To: vim_dev@googlegroups.com
3f19a0d
Subject: Patch 7.3.246
3f19a0d
Fcc: outbox
3f19a0d
From: Bram Moolenaar <Bram@moolenaar.net>
3f19a0d
Mime-Version: 1.0
3f19a0d
Content-Type: text/plain; charset=UTF-8
3f19a0d
Content-Transfer-Encoding: 8bit
3f19a0d
------------
3f19a0d
3f19a0d
Patch 7.3.246 (after 7.3.235)
3f19a0d
Problem:    Repeating "f4" in "4444" skips one 4.
3f19a0d
Solution:   Check the t_cmd flag. (Christian Brabandt)
3f19a0d
Files:	    src/search.c
3f19a0d
3f19a0d
3f19a0d
*** ../vim-7.3.245/src/search.c	2011-06-26 05:36:07.000000000 +0200
3f19a0d
--- src/search.c	2011-07-15 13:16:49.000000000 +0200
3f19a0d
***************
3f19a0d
*** 1585,1591 ****
3f19a0d
  	/* Force a move of at least one char, so ";" and "," will move the
3f19a0d
  	 * cursor, even if the cursor is right in front of char we are looking
3f19a0d
  	 * at. */
3f19a0d
! 	if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1)
3f19a0d
  	    stop = FALSE;
3f19a0d
      }
3f19a0d
  
3f19a0d
--- 1585,1591 ----
3f19a0d
  	/* Force a move of at least one char, so ";" and "," will move the
3f19a0d
  	 * cursor, even if the cursor is right in front of char we are looking
3f19a0d
  	 * at. */
3f19a0d
! 	if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1 && t_cmd)
3f19a0d
  	    stop = FALSE;
3f19a0d
      }
3f19a0d
  
3f19a0d
*** ../vim-7.3.245/src/version.c	2011-07-15 13:09:46.000000000 +0200
3f19a0d
--- src/version.c	2011-07-15 13:20:40.000000000 +0200
3f19a0d
***************
3f19a0d
*** 711,712 ****
3f19a0d
--- 711,714 ----
3f19a0d
  {   /* Add new patch number below this line */
3f19a0d
+ /**/
3f19a0d
+     246,
3f19a0d
  /**/
3f19a0d
3f19a0d
-- 
3f19a0d
   GALAHAD turns back.  We see from his POV the lovely ZOOT standing by him
3f19a0d
   smiling enchantingly and a number of equally delectable GIRLIES draped
3f19a0d
   around in the seductively poulticed room.  They look at him smilingly and
3f19a0d
   wave.
3f19a0d
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
3f19a0d
3f19a0d
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3f19a0d
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3f19a0d
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3f19a0d
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///