aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/matchit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/matchit.vim')
-rw-r--r--vim/plugin/matchit.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim
new file mode 100644
index 00000000..31e6e37d
--- /dev/null
+++ b/vim/plugin/matchit.vim
@@ -0,0 +1,6 @@
+" Get matchit.vim, one way or another
+if has('packages') && !has('nvim')
+ packadd! matchit
+else
+ silent! runtime macros/matchit.vim
+endif