aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-28 10:30:33 -0300
committerMichael Reed <m.reed@mykolab.com>2015-06-28 13:34:26 -0400
commit957c81539f9be2654fdb89c319c835bdf1a2ef60 (patch)
treec792b94977e12b82972219d47b1d8a33352eec47
parent57f11f9ca00712325fb599acff91fe36f98e83e9 (diff)
downloadrneovim-957c81539f9be2654fdb89c319c835bdf1a2ef60.tar.gz
rneovim-957c81539f9be2654fdb89c319c835bdf1a2ef60.tar.bz2
rneovim-957c81539f9be2654fdb89c319c835bdf1a2ef60.zip
plugin/matchit: create stub for matchit.vim #2921
Re: compatibility issues with users doing `:so $VIMRUNTIME/macros/matchit.vim` Fixes #2918
-rw-r--r--runtime/macros/matchit.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/macros/matchit.vim b/runtime/macros/matchit.vim
new file mode 100644
index 0000000000..d4f8cb22e8
--- /dev/null
+++ b/runtime/macros/matchit.vim
@@ -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'.