From fddbcb8f1a37e216504b3d14859a0a992a81cd5d Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 9 Jul 2019 03:16:02 -0400 Subject: [PATCH] Change PlugClean description (#853) Be more clear about uninstalling plugin directories. --- README.md | 2 +- doc/plug.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d785b..2bda1a5 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/doc/plug.txt b/doc/plug.txt index 6a5c602..7f3eaa0 100644 --- a/doc/plug.txt +++ b/doc/plug.txt @@ -194,7 +194,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