runtime/matchit.vim: workaround broken 'packpath'

fix #10680
This commit is contained in:
Justin M. Keyes 2019-08-04 16:49:10 +02:00
parent 96be8a2c4d
commit 05712d4b20

View File

@ -1,2 +1,4 @@
" Nvim: load the matchit plugin by default.
if stridx(&packpath, $VIMRUNTIME) >= 0
packadd matchit
endif