aboutsummaryrefslogtreecommitdiff
path: root/vim/config/packages.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/packages.vim')
-rw-r--r--vim/config/packages.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/config/packages.vim b/vim/config/packages.vim
deleted file mode 100644
index f03595eb..00000000
--- a/vim/config/packages.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Add the packaged version of matchit.vim included in the distribution, if
-" possible; after/plugin/macros.vim loads this for older Vims
-if has('packages')
- silent! packadd! matchit
-endif