plugin/matchit: create stub for matchit.vim #2921

Re: compatibility issues with users doing `:so
$VIMRUNTIME/macros/matchit.vim`

Fixes #2918
This commit is contained in:
Felipe Morales 2015-06-28 10:30:33 -03:00 committed by Michael Reed
parent 57f11f9ca0
commit 957c81539f
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
" This file is a compatibility stub for any plugins which source it.
" Nvim already loads the matchit plugin by default; see ':help pi_matchit.txt'.