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, 5 insertions, 0 deletions
diff --git a/vim/config/packages.vim b/vim/config/packages.vim
new file mode 100644
index 00000000..f03595eb
--- /dev/null
+++ b/vim/config/packages.vim
@@ -0,0 +1,5 @@
+" 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