vim-plug/test
Junegunn Choi 5168cd50db Allow updating subset of plugins
This commit extends `PlugInstall` and `PlugUpdate` command to allow
updating only a subset of plugins as follows:

    " With tab completion of plugin names
    :PlugInstall vim-easy-align seoul256
    :PlugUpdate vim-easy-align seoul256
2014-06-20 20:53:57 +09:00
..
README.md Update formatting of error messages 2014-01-06 13:04:38 +09:00
run Add test runner 2014-02-12 02:09:24 +09:00
workflow.vader Allow updating subset of plugins 2014-06-20 20:53:57 +09:00

Test cases for vim-plug

Prerequisite

Run

:e workflow.vader | Vader

TODO

Test cases for the following features are currently missing:

  • Output formatting
  • Timeout or interrupt cleaning up git processes
  • User prompt in PlugClean command
  • Automatic dependency resolution using Plugfile
  • Single-threaded installer
  • Windows support