Dominique wrote:

> glts <676c7...@gmail.com> wrote:
> 
> > I believe this is a typo in spell.c:
> >
> > diff -r 2ee5e568766c src/spell.c
> > --- a/src/spell.c    Thu Aug 22 14:14:27 2013 +0200
> > +++ b/src/spell.c    Sat Aug 24 17:08:07 2013 +0200
> > @@ -10135,7 +10135,7 @@
> >  }
> >
> >  /*
> > - * "z?": Find badly spelled word under or after the cursor.
> > + * "z=": Find badly spelled word under or after the cursor.
> >   * Give suggestions for the properly spelled word.
> >   * In Visual mode use the highlighted word as the bad word.
> >   * When "count" is non-zero use that suggestion.
> 
> 
> I see  z?  being mentionned in  ":help E149":
> 
> === BEGIN QUOTE ===
>                         *{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
> === END QUOTE ===
> 
> 
> Strange. Doing ":help z?" gives me an error:
> 
> E149: Sorry, no help for z?
> 
> Is this a bug in Vim or is it just a bad example in the doc?

Looks like a bug.  :help m?  and :help t?  jump to a help tag like ? is
a wildcard.

> I also see  z?  in ex_cmds.c at lines 5928 & 5935
> but I can't make sense of it either since there is no
> such  z?  command in Vim as far as I know:

The help example uses z? as an example of "z with any other character
following".  But it doesn't work.


-- 
hundred-and-one symptoms of being an internet addict:
140. You'd rather catch a score on the web than watch the game as
     it is being played on tv.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to