]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.766 v7.3.766
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2013 13:09:44 +0000 (14:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2013 13:09:44 +0000 (14:09 +0100)
Problem:    ":help cpo-*" jumps to the wrong place.
Solution:   Make it equivalent to ":help cpo-star".

src/ex_cmds.c
src/version.c

index a217402476ae971c8927f930771474e6514a4f7e..712ba4ff9d6e3475caf0e76781cc947fbd678a2a 100644 (file)
@@ -5849,14 +5849,14 @@ find_help_tags(arg, num_matches, matches, keep_lang)
     int                i;
     static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
                               "/*", "/\\*", "\"*", "**",
-                              "/\\(\\)",
+                              "cpo-*", "/\\(\\)",
                               "?", ":?", "?<CR>", "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", "/\\\\(\\\\)",
                               "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
                               "/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
                               "\\[count]", "\\[quotex]", "\\[range]",
index 375b07d491917b7cae460f4969510d5fdbca1fc9..444a3d92ac6391d4a9edebabed74c9d75a235e1b 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    766,
 /**/
     765,
 /**/