From e5552548dcd621023dae413b313cb8bb70a19491 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 14 Oct 2013 12:57:14 +0900 Subject: [PATCH] Add test/README.md --- test/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..1a5ea06 --- /dev/null +++ b/test/README.md @@ -0,0 +1,22 @@ +Test cases for vim-plug +======================= + +### Prerequisite + +- [Vader.vim](https://github.com/junegunn/vader.vim) + +### Run + +```vim +:Vader* +``` + +### 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 +