]> granicus.if.org Git - vim/commitdiff
updated for version 7.4b.011 v7.4b.011
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2013 11:41:15 +0000 (13:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2013 11:41:15 +0000 (13:41 +0200)
Problem:    ":he \%(\)" does not work. (ZyX)
Solution:   Add an exception to the list.

src/ex_cmds.c
src/version.c

index cc4cedf2e4f8df9d1065ea883243262d244edd4f..3098df9ed4ee5da174f8d6c60c2a3bd3c3212840 100644 (file)
@@ -5924,14 +5924,14 @@ find_help_tags(arg, num_matches, matches, keep_lang)
     int                i;
     static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
                               "/*", "/\\*", "\"*", "**",
-                              "cpo-*", "/\\(\\)",
+                              "cpo-*", "/\\(\\)", "/\\%(\\)",
                               "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
                               "/\\?", "/\\z(\\)", "\\=", ":s\\=",
                               "[count]", "[quotex]", "[range]",
                               "[pattern]", "\\|", "\\%$"};
     static char *(rtable[]) = {"star", "gstar", "[star", "]star", ":star",
                               "/star", "/\\\\star", "quotestar", "starstar",
-                              "cpo-star", "/\\\\(\\\\)",
+                              "cpo-star", "/\\\\(\\\\)", "/\\\\%(\\\\)",
                               "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
                               "/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
                               "\\[count]", "\\[quotex]", "\\[range]",
index 61694a4672d2e7c3e27fc8eae17c8134c8802011..676245d7b1c51c4b30bc5dc899cc4df3fcc62be7 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    11,
 /**/
     10,
 /**/