aboutsummaryrefslogtreecommitdiff
path: root/vim/config/match.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:45:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:45:32 +1300
commitbb49f6a3164d0f3cf71ce3e60b46ca55ad9ae59a (patch)
tree6520fd598a0512d253d385cfd9137292e00b3fa7 /vim/config/match.vim
parentRename netrw.vim to plugin.vim (diff)
downloaddotfiles-bb49f6a3164d0f3cf71ce3e60b46ca55ad9ae59a.tar.gz
dotfiles-bb49f6a3164d0f3cf71ce3e60b46ca55ad9ae59a.zip
Move matchit.vim sourcing into plugin.vim
Diffstat (limited to 'vim/config/match.vim')
-rw-r--r--vim/config/match.vim4
1 files changed, 0 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+=<:>