2013-10-14 05:57:14 +02:00
|
|
|
Test cases for vim-plug
|
|
|
|
=======================
|
|
|
|
|
|
|
|
### Prerequisite
|
|
|
|
|
|
|
|
- [Vader.vim](https://github.com/junegunn/vader.vim)
|
|
|
|
|
|
|
|
### Run
|
|
|
|
|
|
|
|
```vim
|
2014-01-06 05:04:38 +01:00
|
|
|
:e workflow.vader | Vader
|
2013-10-14 05:57:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
### 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
|
2013-10-14 05:59:19 +02:00
|
|
|
- Single-threaded installer
|
|
|
|
- Windows support
|
2013-10-14 05:57:14 +02:00
|
|
|
|