]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.395 v7.2.395
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2010 12:07:08 +0000 (13:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2010 12:07:08 +0000 (13:07 +0100)
Problem:    In help CTRL=] on g?g? escapes the ?, causing it to fail. (Tony
            Mechelynck)
Solution:   Don't escape ? for a help command. (Sergey Khorev)

src/normal.c
src/version.c

index fade0fc3f734ca7b438a414c2e570494ca6f3805..8b9fea76b0fc1e769a56ecf4ffb200f912702576 100644 (file)
@@ -5526,11 +5526,11 @@ nv_ident(cap)
            break;
 
        default:
+           tag_cmd = TRUE;
            if (curbuf->b_help)
                STRCPY(buf, "he! ");
            else
            {
-               tag_cmd = TRUE;
                if (g_cmd)
                    STRCPY(buf, "tj ");
                else
index c799bd8a40ba2a7e804ea19b2e22fabdafac37b2..ba75f61acd008a4c18843955da671b7e3e76051f 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    395,
 /**/
     394,
 /**/