aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/matchit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/matchit.vim')
-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 4507640e..f842bd9c 100644
--- a/vim/plugin/matchit.vim
+++ b/vim/plugin/matchit.vim
@@ -2,5 +2,5 @@
if has('packages') && !has('nvim')
packadd matchit
else
- silent! runtime macros/matchit.vim
+ runtime macros/matchit.vim
endif