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 65189a1 commit a76f59dCopy full SHA for a76f59d
src/ex_cmds.c
@@ -6505,7 +6505,8 @@ find_help_tags(
6505
"cpo-*", "/\\(\\)", "/\\%(\\)",
6506
"?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
6507
"/\\?", "/\\z(\\)", "\\=", ":s\\=",
6508
- "[count]", "[quotex]", "[range]",
+ "[count]", "[quotex]",
6509
+ "[range]", ":[range]",
6510
"[pattern]", "\\|", "\\%$",
6511
"s/\\~", "s/\\U", "s/\\L",
6512
"s/\\1", "s/\\2", "s/\\3", "s/\\9"};
@@ -6514,7 +6515,8 @@ find_help_tags(
6514
6515
"cpo-star", "/\\\\(\\\\)", "/\\\\%(\\\\)",
6516
6517
"/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
- "\\[count]", "\\[quotex]", "\\[range]",
6518
+ "\\[count]", "\\[quotex]",
6519
+ "\\[range]", ":\\[range]",
6520
"\\[pattern]", "\\\\bar", "/\\\\%\\$",
6521
"s/\\\\\\~", "s/\\\\U", "s/\\\\L",
6522
"s/\\\\1", "s/\\\\2", "s/\\\\3", "s/\\\\9"};
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
+ 315,
769
/**/
770
314,
771
0 commit comments