aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 13:17:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 13:17:48 +1300
commit149d19c3ba54ece9314590d11136c2ec54e87c59 (patch)
tree6386efcb7d0b59e4edab9bbafd5f57f6730f96c1
parentRemove setting for 'tabstop' (diff)
downloaddotfiles-149d19c3ba54ece9314590d11136c2ec54e87c59.tar.gz
dotfiles-149d19c3ba54ece9314590d11136c2ec54e87c59.zip
Append angle brackets rather than resetting opt
-rw-r--r--vim/config/match.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/match.vim b/vim/config/match.vim
index 5c53d63e..896e1d63 100644
--- a/vim/config/match.vim
+++ b/vim/config/match.vim
@@ -3,4 +3,4 @@
silent! runtime macros/matchit.vim
" Match all forms of brackets in pairs (including angle brackets)
-set matchpairs=(:),{:},[:],<:>
+set matchpairs+=<:>