diff --git a/src/ex_cmds.c b/src/ex_cmds.c index a217402476..712ba4ff9d 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -5849,14 +5849,14 @@ find_help_tags(arg, num_matches, matches, keep_lang) int i; static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*", "/*", "/\\*", "\"*", "**", - "/\\(\\)", + "cpo-*", "/\\(\\)", "?", ":?", "?", "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", "/\\\\(\\\\)", "?", ":?", "?", "g?", "g?g?", "g??", "z?", "/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=", "\\[count]", "\\[quotex]", "\\[range]", diff --git a/src/version.c b/src/version.c index 375b07d491..444a3d92ac 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 766, /**/ 765, /**/