Add PlugStatus command

This commit is contained in:
Junegunn Choi
2013-09-23 17:33:36 +09:00
parent f785a017b0
commit e117c264d2
2 changed files with 39 additions and 8 deletions

View File

@@ -52,12 +52,13 @@ plugins with `plug#begin(path)` call.
### Commands
| Command | Description |
| ---------------------- | ------------------------- |
| PlugInstall [#threads] | Install plugins |
| PlugUpdate [#threads] | Install or update plugins |
| PlugClean | Remove unused directories |
| PlugUpgrade | Upgrade vim-plug itself |
| Command | Description |
| ---------------------- | --------------------------- |
| PlugInstall [#threads] | Install plugins |
| PlugUpdate [#threads] | Install or update plugins |
| PlugClean | Remove unused directories |
| PlugUpgrade | Upgrade vim-plug itself |
| PlugStatus | Check the status of plugins |
(Default number of threads = `g:plug_threads` or 16)