vim-plug/test
Jan Edmund Lazo 6583b99032
:Plug throws error for invalid option (#961)
":Plug" performs a quick type check for most options so that the user can check which plugin has invalid configuration on startup. This does not prevent errors, resulting from modiying "g:plugs" after running "plug#end()". Plugin repo is added to the error message for convenience. Most users should expect no noticeable difference in startup time.

Close: #930
Related: #936
2020-06-03 07:34:44 -04:00
..
functional.vader Fix Windows support for Unix shells and powershell (#860) 2019-08-16 17:55:17 +09:00
README.md Update test runner script 2014-06-23 12:53:51 +09:00
regressions.vader Ignore useless use of on-demand loading (#786) 2018-09-12 13:40:33 +09:00
run Ignore useless use of on-demand loading (#786) 2018-09-12 13:40:33 +09:00
test.vader travis: add ubuntu bionic,xenial (#867) 2019-08-17 12:46:08 +09:00
workflow.vader :Plug throws error for invalid option (#961) 2020-06-03 07:34:44 -04: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