mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
Change PlugClean description (#853)
Be more clear about uninstalling plugin directories.
This commit is contained in:
committed by
Junegunn Choi
parent
f1ad2d864a
commit
fddbcb8f1a
@@ -148,7 +148,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
|
|||||||
| ----------------------------------- | ------------------------------------------------------------------ |
|
| ----------------------------------- | ------------------------------------------------------------------ |
|
||||||
| `PlugInstall [name ...] [#threads]` | Install plugins |
|
| `PlugInstall [name ...] [#threads]` | Install plugins |
|
||||||
| `PlugUpdate [name ...] [#threads]` | Install or update 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 |
|
| `PlugUpgrade` | Upgrade vim-plug itself |
|
||||||
| `PlugStatus` | Check the status of plugins |
|
| `PlugStatus` | Check the status of plugins |
|
||||||
| `PlugDiff` | Examine changes from the previous update and the pending changes |
|
| `PlugDiff` | Examine changes from the previous update and the pending changes |
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
|
|||||||
------------------------------------+-------------------------------------------------------------------
|
------------------------------------+-------------------------------------------------------------------
|
||||||
`PlugInstall [name ...] [#threads]` | Install plugins
|
`PlugInstall [name ...] [#threads]` | Install plugins
|
||||||
`PlugUpdate [name ...] [#threads]` | Install or update 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
|
`PlugUpgrade` | Upgrade vim-plug itself
|
||||||
`PlugStatus` | Check the status of plugins
|
`PlugStatus` | Check the status of plugins
|
||||||
`PlugDiff` | Examine changes from the previous update and the pending changes
|
`PlugDiff` | Examine changes from the previous update and the pending changes
|
||||||
|
|||||||
Reference in New Issue
Block a user