Просмотр исходного кода

Change PlugClean description (#853)

Be more clear about uninstalling plugin directories.
Harry Moreno 6 лет назад
Родитель
Сommit
fddbcb8f1a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      README.md
  2. 1 1
      doc/plug.txt

+ 1 - 1
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   |

+ 1 - 1
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