diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-25 17:02:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-25 17:02:51 +0100 |
commit | aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087 (patch) | |
tree | 9cbc4705cd54be5a8a74990ac4db7d935172522b /Filelist | |
parent | bee6c0cf86a75faa2aa893f2c9db82fd944a89a5 (diff) | |
download | vim-git-aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087.tar.gz |
patch 7.4.1649v7.4.1649
Problem: The matchit plugin needs to be copied to be used.
Solution: Put the matchit plugin in an optional package.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -494,8 +494,6 @@ RT_ALL = \ runtime/macros/less.vim \ runtime/macros/life/click.me \ runtime/macros/life/life.vim \ - runtime/macros/matchit.vim \ - runtime/macros/matchit.txt \ runtime/macros/maze/README.txt \ runtime/macros/maze/[mM]akefile \ runtime/macros/maze/main.aap \ @@ -525,6 +523,9 @@ RT_ALL = \ runtime/tutor/tutor \ runtime/tutor/tutor.vim \ runtime/vimrc_example.vim \ + runtime/pack/dist/opt/matchit/plugin/matchit.vim \ + runtime/pack/dist/opt/matchit/doc/matchit.txt \ + runtime/pack/dist/opt/matchit/doc/tags \ # runtime files for all distributions without CR-NL translation RT_ALL_BIN = \ |