From: Bram Moolenaar Date: Thu, 17 Jan 2013 13:09:44 +0000 (+0100) Subject: updated for version 7.3.766 X-Git-Tag: v7.3.766 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=117f2c4b91fb3675d56be36c1d972f0fb4fda13a;p=thirdparty%2Fvim.git updated for version 7.3.766 Problem: ":help cpo-*" jumps to the wrong place. Solution: Make it equivalent to ":help cpo-star". --- 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, /**/