Monday, October 31, 2011

Re: perl: indenting references (\@arr)

Am 30.10.2011 20:34, schrieb Ronald:
> It seems as '[(){}\[\]]' finds brackets 'and' backslashes!

Yes. How it reads with spaces:
[ ( ) { } \ [ \] ]

:h /\]

| To include a literal ']', '^', '-' or '\' in the collection, put a
| backslash before it
BUT
| For '\' you can also let it be followed by
| any character that's not in "^]-\bdertnoUux".

--
Andy

--
You received this message from the "vim_use" 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

No comments: