vim-plug/test
Junegunn Choi 0cfa683cd0 PlugSnapshot output in Vim script format (#360)
- The output file is no longer executable but a source-able vim script
- PlugSnapshot FILENAME to prompt the user if the file already exists
- Add PlugSnapshot! FILENAME variant to force overwrite existing file
- Apply -complete=file option to PlugSnapshot command
2015-12-17 16:06:19 +09:00
..
README.md Update test runner script 2014-06-23 12:53:51 +09:00
regressions.vader Fix #350 - Tagged plugin should be unshallowed on update 2015-12-11 23:11:21 +09:00
run Migrate travis to use new docker system. 2015-11-28 13:39:22 -05:00
test.vader Fix Travis CI build 2015-05-29 01:07:31 +09:00
workflow.vader PlugSnapshot output in Vim script format (#360) 2015-12-17 16:06:19 +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