diff options
Diffstat (limited to 'runtime/macros/matchit.vim')
-rw-r--r-- | runtime/macros/matchit.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/macros/matchit.vim b/runtime/macros/matchit.vim new file mode 100644 index 0000000..f6f463f --- /dev/null +++ b/runtime/macros/matchit.vim @@ -0,0 +1,5 @@ +" Load the matchit package. +" For those users who were loading the matchit plugin from here. +if 1 + packadd matchit +endif |