Remove <:> from 'matchpairs'

Closes #46.
This commit is contained in:
Tim Pope
2013-05-27 21:24:35 -04:00
parent ce0cfeddbd
commit 81af73f76e

View File

@@ -18,6 +18,7 @@ let s:match_words = ""
runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim
unlet! b:did_ftplugin
set matchpairs-=<:>
" Override our defaults if these were set by an included ftplugin.
if exists("b:undo_ftplugin")