vim-plug/test
Junegunn Choi cac2f9f439 Improve &rtp management (#85)
- Respect the order of `Plug` commands even when some plugins are loaded
  on demand
- Correct the order of `after` directories added to `&rtp`
2014-09-23 00:21:48 +09:00
..
README.md Update test runner script 2014-06-23 12:53:51 +09:00
run Improve &rtp management (#85) 2014-09-23 00:21:48 +09:00
workflow.vader Improve &rtp management (#85) 2014-09-23 00:21:48 +09:00

Test cases for vim-plug

Prerequisite

Run

./run

./run !

TODO

Test cases for the following features are currently missing:

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