712a653
To: vim-dev@vim.org
712a653
Subject: Patch 7.2.395
712a653
Fcc: outbox
712a653
From: Bram Moolenaar <Bram@moolenaar.net>
712a653
Mime-Version: 1.0
712a653
Content-Type: text/plain; charset=UTF-8
712a653
Content-Transfer-Encoding: 8bit
712a653
------------
712a653
712a653
Patch 7.2.395
712a653
Problem:    In help CTRL=] on g?g? escapes the ?, causing it to fail. (Tony
712a653
	    Mechelynck)
712a653
Solution:   Don't escape ? for a help command. (Sergey Khorev)
712a653
Files:	    src/normal.c
712a653
712a653
712a653
*** ../vim-7.2.394/src/normal.c	2010-01-19 15:23:38.000000000 +0100
712a653
--- src/normal.c	2010-03-13 13:04:46.000000000 +0100
712a653
***************
712a653
*** 5526,5536 ****
712a653
  	    break;
712a653
  
712a653
  	default:
712a653
  	    if (curbuf->b_help)
712a653
  		STRCPY(buf, "he! ");
712a653
  	    else
712a653
  	    {
712a653
- 		tag_cmd = TRUE;
712a653
  		if (g_cmd)
712a653
  		    STRCPY(buf, "tj ");
712a653
  		else
712a653
--- 5526,5536 ----
712a653
  	    break;
712a653
  
712a653
  	default:
712a653
+ 	    tag_cmd = TRUE;
712a653
  	    if (curbuf->b_help)
712a653
  		STRCPY(buf, "he! ");
712a653
  	    else
712a653
  	    {
712a653
  		if (g_cmd)
712a653
  		    STRCPY(buf, "tj ");
712a653
  		else
712a653
*** ../vim-7.2.394/src/version.c	2010-03-10 17:14:07.000000000 +0100
712a653
--- src/version.c	2010-03-17 13:05:11.000000000 +0100
712a653
***************
712a653
*** 683,684 ****
712a653
--- 683,686 ----
712a653
  {   /* Add new patch number below this line */
712a653
+ /**/
712a653
+     395,
712a653
  /**/
712a653
712a653
-- 
712a653
There are three kinds of people: Those who can count & those who can't.
712a653
712a653
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
712a653
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
712a653
\\\        download, build and distribute -- http://www.A-A-P.org        ///
712a653
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///