From 8cfc6a44ebfa067a6283c1627a3b76583ef3dff9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 9 Jul 2018 03:09:30 +1200 Subject: Don't defer package load for matchit --- vim/plugin/matchit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/plugin') diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim index 31e6e37d..4507640e 100644 --- a/vim/plugin/matchit.vim +++ b/vim/plugin/matchit.vim @@ -1,6 +1,6 @@ " Get matchit.vim, one way or another if has('packages') && !has('nvim') - packadd! matchit + packadd matchit else silent! runtime macros/matchit.vim endif -- cgit v1.2.3