From 957c81539f9be2654fdb89c319c835bdf1a2ef60 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sun, 28 Jun 2015 10:30:33 -0300 Subject: [PATCH] plugin/matchit: create stub for matchit.vim #2921 Re: compatibility issues with users doing `:so $VIMRUNTIME/macros/matchit.vim` Fixes #2918 --- runtime/macros/matchit.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/macros/matchit.vim 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'.