aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:03:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:03:28 +1300
commitcb7bb3d38847c937815297cda39732bff7a2fefb (patch)
treebbbdf519f41a281c8c0bb48486578c8028adc37e /vim/vimrc
parentMove paste .vimrc config into subfile (diff)
downloaddotfiles-cb7bb3d38847c937815297cda39732bff7a2fefb.tar.gz
dotfiles-cb7bb3d38847c937815297cda39732bff7a2fefb.zip
Add matching .vimrc config into subfiles
"Matching" here refers to using % as a motion to the matching character or closing statement for a block, as enabled by Vim and enhanced by the optional matchit.vim included with the distribution.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc7
1 files changed, 0 insertions, 7 deletions
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