From 149d19c3ba54ece9314590d11136c2ec54e87c59 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 13:17:48 +1300 Subject: Append angle brackets rather than resetting opt --- vim/config/match.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/config/match.vim') 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+=<:> -- cgit v1.2.3 From bb49f6a3164d0f3cf71ce3e60b46ca55ad9ae59a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:45:32 +1300 Subject: Move matchit.vim sourcing into plugin.vim --- vim/config/match.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/config/match.vim') 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+=<:> -- cgit v1.2.3