aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-09 03:09:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-09 03:09:30 +1200
commit8cfc6a44ebfa067a6283c1627a3b76583ef3dff9 (patch)
treeff750ee1f37ff943b7d34a31859c322059c7f77b
parentClear b:current_compiler on unload (diff)
downloaddotfiles-8cfc6a44ebfa067a6283c1627a3b76583ef3dff9.tar.gz
dotfiles-8cfc6a44ebfa067a6283c1627a3b76583ef3dff9.zip
Don't defer package load for matchit
-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