mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
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:
committed by
Michael Reed
parent
57f11f9ca0
commit
957c81539f
2
runtime/macros/matchit.vim
Normal file
2
runtime/macros/matchit.vim
Normal 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'.
|
||||
Reference in New Issue
Block a user