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