Hello Tony,
Tony Mechelynck schrieb am 07.02.2017 um 02:00:
> The helptag :[range] is defined at line 334 of helpfile motion.txt.
> But it cannot be found. When I do
>
> :help :[range]
>
> I get to helptag :r instead, at line 1901 of helpfile insert.txt, and
> that even after doing ":helptags $VIMRUNTIME/doc" and even by
> selecting :[range] in the wildmenu on (for instance) ":help [range]"
> (without Enter) followed by Shift-Tab _then_ Enter.
>
> Running gvim 8.0.309 (Huge) with GTK3 GUI on Linux64.
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."
You have to escape the opening bracket:
:help :\[range]
works.
Regards,
Jürgen
--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)
--
--
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.