> exe 'norm! ?[\|(\|{' . "\<CR>"
> or
> exe "norm! ?[\\|(\\|{\<CR>"

Instead of (cryptic) nested norm & exec constructs, you could also use
the search() and/or searchpair() functions.

call search('[[({]', 'b')

Just as an alternative solution.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to