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 a76f59d commit dad7309Copy full SHA for dad7309
src/ex_cmds.c
@@ -6503,7 +6503,7 @@ find_help_tags(
6503
static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
6504
"/*", "/\\*", "\"*", "**",
6505
"cpo-*", "/\\(\\)", "/\\%(\\)",
6506
- "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
+ "?", ":?", "?<CR>", "g?", "g?g?", "g??",
6507
"/\\?", "/\\z(\\)", "\\=", ":s\\=",
6508
"[count]", "[quotex]",
6509
"[range]", ":[range]",
@@ -6513,7 +6513,7 @@ find_help_tags(
6513
static char *(rtable[]) = {"star", "gstar", "[star", "]star", ":star",
6514
"/star", "/\\\\star", "quotestar", "starstar",
6515
"cpo-star", "/\\\\(\\\\)", "/\\\\%(\\\\)",
6516
6517
"/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
6518
"\\[count]", "\\[quotex]",
6519
"\\[range]", ":\\[range]",
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 316,
769
/**/
770
315,
771
0 commit comments