On 20/09/12 14:18, Simon Ruderich wrote:
Hello,
While converting the first documentation .txt files I noticed
another issue.
There are commands which contain `, e.g. :h ]` or :h [`. What
should we do with those commands?
Regards,
Simon
Either put them between |bars| to create a hotlink, or just leave them
as-is where no hotlink is desired? I hope there are no lines mentioning
two such commands, e.g. saying "...by using [` or ]`...", which might
cause spurious highlighting of the text between both backticks. Or maybe
not: Vim seems clever enough, see e.g. cmdline.txt line 931.
Ah, there: editing.txt line 423, `=expr` is used, not to highlight
=expr, but to mean that one should use `= then an expression then
another backtick; yet it is highlighted.
Even stranger: motion.txt lines 640 and 656 where a` and i` are on the
same line as their *helptag* causing the latter to be highlighted in
blue instead of pink.
To find them +I used :helpgrep `.\{-}` (121 matches).
Best regards,
Tony.
--
Committee Rules:
(1) Never arrive on time, or you will be stamped a beginner.
(2) Don't say anything until the meeting is half over; this
stamps you as being wise.
(3) Be as vague as possible; this prevents irritating the
others.
(4) When in doubt, suggest that a subcommittee be appointed.
(5) Be the first to move for adjournment; this will make you
popular -- it's what everyone is waiting for.
--
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