On 04/14/2011 03:06 PM, lazloman wrote:
I'd like for vim to highlight the match when I type an>. I'm aware of :set showmatch and matchtime, but these don't highlight the angle brackets. Will I have to use %? I prefer showmatch since it doesn't require any additional input from me, so if there is a way to make vim match the angle brackets
You want the 'matchpairs' setting: :set mps+=<:> which you can of course learn about at :help 'matchpairs' -tim -- 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
