Monday, February 29, 2016

Back reference across range

To fold a closing brace at the same indentation level as its opening "sub {", this doesn't work, because of the back reference:

:g/\v^(\s+)sub \{/,/\v\1\}/fold

This is just an example, I could be matching "foo" and "bar", I'm just wondering if there is a way to use a back reference across a range.

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: