Change PlugClean description (#853)

Be more clear about uninstalling plugin directories.
This commit is contained in:
Harry Moreno
2019-07-09 03:16:02 -04:00
committed by Junegunn Choi
parent f1ad2d864a
commit fddbcb8f1a
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| ----------------------------------- | ------------------------------------------------------------------ |
| `PlugInstall [name ...] [#threads]` | Install plugins |
| `PlugUpdate [name ...] [#threads]` | Install or update plugins |
| `PlugClean[!]` | Remove unused directories (bang version will clean without prompt) |
| `PlugClean[!]` | Remove unlisted plugins (bang version will clean without prompt) |
| `PlugUpgrade` | Upgrade vim-plug itself |
| `PlugStatus` | Check the status of plugins |
| `PlugDiff` | Examine changes from the previous update and the pending changes |