From e971b24be369ee58010d6185c94ea187fe50f2e6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Jun 2022 02:22:43 +1200 Subject: Discard Neovim feature test fhis config don't support Neovim since 4ea0f85. --- vim/plugin/matchit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim index f842bd9c..392b2728 100644 --- a/vim/plugin/matchit.vim +++ b/vim/plugin/matchit.vim @@ -1,5 +1,5 @@ " Get matchit.vim, one way or another -if has('packages') && !has('nvim') +if has('packages') packadd matchit else runtime macros/matchit.vim -- cgit v1.2.3