On 2011-04-14, 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, that would be great.

    :set matchpairs+=<:>

See

    :help matchpairs

Regards,
Gary

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

Reply via email to