aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/macros.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/macros.vim')
-rw-r--r--vim/plugin/macros.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/plugin/macros.vim b/vim/plugin/macros.vim
new file mode 100644
index 00000000..585eedc8
--- /dev/null
+++ b/vim/plugin/macros.vim
@@ -0,0 +1,5 @@
+" If we don't have packages (Vim < 8.0), try to load matchit.vim from the
+" older macros location in the distributed runtime instead
+if !has('packages')
+ silent! runtime macros/matchit.vim
+endif