aboutsummaryrefslogtreecommitdiff
path: root/vim/config/match.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/match.vim')
-rw-r--r--vim/config/match.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/vim/config/match.vim b/vim/config/match.vim
index 5c53d63e..58bcce78 100644
--- a/vim/config/match.vim
+++ b/vim/config/match.vim
@@ -1,6 +1,2 @@
-" Try to run the version of matchit.vim included in the distribution, if there
-" is one; extends % to match more than it does by default
-silent! runtime macros/matchit.vim
-
" Match all forms of brackets in pairs (including angle brackets)
-set matchpairs=(:),{:},[:],<:>
+set matchpairs+=<:>