On Jun 24, 10:32 am, Benct Philip Jonsson <[email protected]> wrote:
> How can I get vim to highlight matching angle brackets < >
> the same way it highlights matching ( ) [ ] { } ?
>

:help matchparen tells you that the characters to be matched come from
the 'matchpairs' option. Try :set matchpairs+=<:>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to