Files
vim-plug/test
Daniel Hahler 5ff3d279cf tests: remove EnsureLoaded
This should not be necessary in general, and causes e.g. :FZF to be
loaded from the global Vim runtime (causing an assertion failure in the
tests).

It is replaced by a verbatim / trimmed down `:runtime` for the "Check
installed plugins" test.
2018-11-18 09:56:02 +01:00
..
2014-06-23 12:53:51 +09:00
2018-11-18 09:56:02 +01:00
2018-11-18 09:56:02 +01:00
2018-11-18 09:56:02 +01: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