aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:12:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:12:51 +1200
commit67955bd87e45af37fee245c1ae5d7b44496f78be (patch)
treeed79a5b3fefaa61dc177b5aed5c41b3a07793c7b /vim
parentAdjust formatting of a leading comment (diff)
downloaddotfiles-67955bd87e45af37fee245c1ae5d7b44496f78be.tar.gz
dotfiles-67955bd87e45af37fee245c1ae5d7b44496f78be.zip
Don't suppress errors from loading matchit
Diffstat (limited to '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