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, 0 insertions, 5 deletions
diff --git a/vim/plugin/macros.vim b/vim/plugin/macros.vim
deleted file mode 100644
index 585eedc8..00000000
--- a/vim/plugin/macros.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" 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