aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/match.vim6
-rw-r--r--vim/vimrc7
2 files changed, 6 insertions, 7 deletions
diff --git a/vim/config/match.vim b/vim/config/match.vim
new file mode 100644
index 00000000..5c53d63e
--- /dev/null
+++ b/vim/config/match.vim
@@ -0,0 +1,6 @@
+" 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/vimrc b/vim/vimrc
index 3e7aa847..2d60a34e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -54,13 +54,6 @@ set fileformats+=mac
" to it; note that it wipes out your z mark, if you happen to use it
nnoremap J mzJ`z
-" 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=(:),{:},[:],<:>
-
" Don't show the Vim startup message, I have registered Vim and donated to
" Uganda
set shortmess+=I