Carlo Teubner wrote:
> I saw this as an entry in todo.txt. E.g. pattern.txt line 1056 has a
> line
>
> \n line break, see above |/[\n]|
>
> When you position the cursor within the |/[\n]| and press CTRL-] to
> jump to the help topic, it jumps to the wrong one: /\\ instead of /
> [\n]. It turns out this is because the CTRL-] is translated internally
> into ":he! /\[\\n]", i.e. with [ and \ escaped. This escaping is
> wrong: while :help does support wildcard characters, it handles
> escaping of characters that were probably meant literally itself; so
> ":help /[\n]" works correctly.
Thanks!
--
panic("Foooooooood fight!");
-- In the kernel source aha1542.c, after detecting a bad segment list
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.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