aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/match.vim4
-rw-r--r--vim/config/plugin.vim4
2 files changed, 4 insertions, 4 deletions
diff --git a/vim/config/match.vim b/vim/config/match.vim
index 896e1d63..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+=<:>
diff --git a/vim/config/plugin.vim b/vim/config/plugin.vim
index b38649b9..407f0880 100644
--- a/vim/config/plugin.vim
+++ b/vim/config/plugin.vim
@@ -1,3 +1,7 @@
+" 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
+
" netrw plugin configuration
if has('eval')