vim-plug/test
Junegunn Choi f80eed7379
Add <plug>(plug-preview) map (#769)
This allows you to override the default behavior of `o' or `<cr>'
binding in PlugDiff window.

e.g.
    " Move to preview window
    autocmd! FileType vim-plug nmap <buffer> o <plug>(plug-preview)<c-w>P

Close #749
Close #768
2018-06-20 18:09:06 +09:00
..
README.md Update test runner script 2014-06-23 12:53:51 +09:00
regressions.vader Deprecate implicit vim-scripts expansion 2017-05-01 21:31:57 +09:00
run Fix helptags generation for plugins with custom rtp 2017-09-25 00:00:03 +09:00
test.vader Fix handling of changed up-to-date msg from Git (#724) 2018-03-04 13:43:13 +09:00
workflow.vader Add <plug>(plug-preview) map (#769) 2018-06-20 18:09:06 +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