]> granicus.if.org Git - vim/commitdiff
patch 8.0.0316: :help z? does not work v8.0.0316
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 10:54:50 +0000 (11:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 10:54:50 +0000 (11:54 +0100)
Problem:    ":help z?" does not work. (Pavol Juhas)
Solution:   Remove exception for z?.

src/ex_cmds.c
src/version.c

index 8fda8d491e844c6f0d332d1685be922afde4aa99..5b118e564c747eb1df64bb44c76ddab2cd815718 100644 (file)
@@ -6503,7 +6503,7 @@ find_help_tags(
     static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
                               "/*", "/\\*", "\"*", "**",
                               "cpo-*", "/\\(\\)", "/\\%(\\)",
-                              "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
+                              "?", ":?", "?<CR>", "g?", "g?g?", "g??",
                               "/\\?", "/\\z(\\)", "\\=", ":s\\=",
                               "[count]", "[quotex]",
                               "[range]", ":[range]",
@@ -6513,7 +6513,7 @@ find_help_tags(
     static char *(rtable[]) = {"star", "gstar", "[star", "]star", ":star",
                               "/star", "/\\\\star", "quotestar", "starstar",
                               "cpo-star", "/\\\\(\\\\)", "/\\\\%(\\\\)",
-                              "?", ":?", "?<CR>", "g?", "g?g?", "g??", "z?",
+                              "?", ":?", "?<CR>", "g?", "g?g?", "g??",
                               "/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
                               "\\[count]", "\\[quotex]",
                               "\\[range]", ":\\[range]",
index 71622392fb29ce2f690dfb1ff4c0e52f193e9e92..68af6ff114ed21b83d0c1c15ed6a76bab4dbbc66 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    316,
 /**/
     315,
 /**/