Update README

This commit is contained in:
Junegunn Choi 2013-09-25 12:51:07 +09:00
parent 405ba3ea05
commit 3bf2573703

View file

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