aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/plugin/matchit.vim2
1 files changed, 1 insertions, 1 deletions
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