mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-09 10:24:44 +08:00
This commit extends `PlugInstall` and `PlugUpdate` command to allow
updating only a subset of plugins as follows:
" With tab completion of plugin names
:PlugInstall vim-easy-align seoul256
:PlugUpdate vim-easy-align seoul256
Test cases for vim-plug
Prerequisite
Run
:e workflow.vader | 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
- Single-threaded installer
- Windows support