Pavol Juhas wrote: > On Tuesday, February 7, 2017 at 2:09:23 AM UTC-5, [email protected] > wrote: > ... > > from ":help {subject}": > > > > | *{subject}* *E149* *E661* > > | :h[elp] {subject} Like ":help", additionally jump to the tag {subject}. > > | {subject} can include wildcards like "*", "?" and > > | "[a-z]": > > | :help z? jump to help for any "z" command > > | :help z. jump to the help for "z." > > I tried ":help z?", but it produced > > E149: Sorry, no help for z? > > am I missing something? > > :help z\? actually jumps to help for "z.", but :tselect shows > only one item. Shouldn't there be tags for all "z"-leading > commands?
Strange, z? is in the list of exceptions, but there is no z? command. Not sure why that entry was there, perhaps it was supposed to be another letter. I'll remove it for now. -- Every time I lose weight, it finds me again! /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
