We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c99918 commit 5032724Copy full SHA for 5032724
src/ex_cmds.c
@@ -5924,14 +5924,14 @@ find_help_tags(arg, num_matches, matches, keep_lang)
5924
int i;
5925
static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
5926
"/*", "/\\*", "\"*", "**",
5927
- "cpo-*", "/\\(\\)",
+ "cpo-*", "/\\(\\)", "/\\%(\\)",
5928
"?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
5929
"/\\?", "/\\z(\\)", "\\=", ":s\\=",
5930
"[count]", "[quotex]", "[range]",
5931
"[pattern]", "\\|", "\\%$"};
5932
static char *(rtable[]) = {"star", "gstar", "[star", "]star", ":star",
5933
"/star", "/\\\\star", "quotestar", "starstar",
5934
- "cpo-star", "/\\\\(\\\\)",
+ "cpo-star", "/\\\\(\\\\)", "/\\\\%(\\\\)",
5935
5936
"/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
5937
"\\[count]", "\\[quotex]", "\\[range]",
src/version.c
@@ -727,6 +727,8 @@ static char *(features[]) =
727
728
static int included_patches[] =
729
{ /* Add new patch number below this line */
730
+/**/
731
+ 11,
732
/**/
733
10,
734
0 commit comments