ソースを参照

Update README

Junegunn Choi 12 年 前
コミット
405ba3ea05
1 ファイル変更7 行追加7 行削除
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -55,13 +55,13 @@ plugins with `plug#begin(path)` call.
 
 ### Commands
 
-| Command                | Description                 |
-| ---------------------- | --------------------------- |
-| PlugInstall [#threads] | Install plugins             |
-| PlugUpdate  [#threads] | Install or update plugins   |
-| PlugClean              | Remove unused directories   |
-| PlugUpgrade            | Upgrade vim-plug itself     |
-| PlugStatus             | Check the status of plugins |
+| Command                | Description                                                         |
+| ---------------------- | ------------------------------------------------------------------- |
+| PlugInstall [#threads] | Install plugins                                                     |
+| PlugUpdate  [#threads] | Install or update plugins                                           |
+| PlugClean[!]           | Remove unused directories. (Bang version will clean without prompt) |
+| PlugUpgrade            | Upgrade vim-plug itself                                             |
+| PlugStatus             | Check the status of plugins                                         |
 
 (Default number of threads = `g:plug_threads` or 16)