diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-28 21:04:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-28 21:04:37 +0200 |
commit | cf2d8dee5117b9add3a3f5fc91b3569437e7d359 (patch) | |
tree | fabc1f98d11d86aa65b4befb50a80ad163c08af5 /Filelist | |
parent | 2946d0236dc9e23ec0050feacdb959b9ae5672a8 (diff) | |
download | vim-git-cf2d8dee5117b9add3a3f5fc91b3569437e7d359.tar.gz |
patch 7.4.1674v7.4.1674
Problem: The editexisting plugin has to be copied or sourced to be used.
Solution: Turn it into a package.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -526,6 +526,7 @@ RT_ALL = \ runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \ runtime/pack/dist/opt/dvorak/dvorak/enable.vim \ runtime/pack/dist/opt/dvorak/dvorak/disable.vim \ + runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \ runtime/pack/dist/opt/justify/plugin/justify.vim \ runtime/pack/dist/opt/matchit/plugin/matchit.vim \ runtime/pack/dist/opt/matchit/doc/matchit.txt \ |