From 25b0a46705c694a153fe4c9edc6411b9a98d1041 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Thu, 27 Jun 2019 21:44:59 -0400 Subject: [PATCH] Change PlugClean description this description is more clear about uninstalling plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |