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/plugin.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/config/plugin.vim') diff --git a/vim/config/plugin.vim b/vim/config/plugin.vim index b38649b9..407f0880 100644 --- a/vim/config/plugin.vim +++ b/vim/config/plugin.vim @@ -1,3 +1,7 @@ +" 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 + " netrw plugin configuration if has('eval') -- cgit v1.2.3