@@ -234,24 +234,24 @@ More examples can be found in:
234
234
| ----------------------------------- | ------------------------------------------------------------------ |
235
235
| ` PlugInstall [name ...] [#threads] ` | Install plugins |
236
236
| ` PlugUpdate [name ...] [#threads] ` | Install or update plugins |
237
- | ` PlugClean[!] ` | Remove unlisted plugins (bang version will clean without prompt) |
237
+ | ` PlugClean[!] ` | Remove unlisted plugins (bang version will clean without prompt) |
238
238
| ` PlugUpgrade ` | Upgrade vim-plug itself |
239
239
| ` PlugStatus ` | Check the status of plugins |
240
240
| ` PlugDiff ` | Examine changes from the previous update and the pending changes |
241
241
| ` PlugSnapshot[!] [output path] ` | Generate script for restoring the current snapshot of the plugins |
242
242
243
243
### ` Plug ` options
244
244
245
- | Option | Description |
246
- | ----------------------- | ------------------------------------------------ |
247
- | ` branch ` /` tag ` /` commit ` | Branch/tag/commit of the repository to use |
248
- | ` rtp ` | Subdirectory that contains Vim plugin |
249
- | ` dir ` | Custom directory for the plugin |
250
- | ` as ` | Use different name for the plugin |
251
- | ` do ` | Post-update hook (string or funcref) |
252
- | ` on ` | On-demand loading: Commands or ` <Plug> ` -mappings |
253
- | ` for ` | On-demand loading: File types |
254
- | ` frozen ` | Do not update unless explicitly specified |
245
+ | Option | Description |
246
+ | ----------------------- | ----------------------------------------------------------- |
247
+ | ` branch ` /` tag ` /` commit ` | Branch/tag/commit of the repository to use |
248
+ | ` rtp ` | Subdirectory that contains Vim plugin |
249
+ | ` dir ` | Custom directory for the plugin |
250
+ | ` as ` | Use different name for the plugin |
251
+ | ` do ` | Post-update hook (string or funcref) |
252
+ | ` on ` | On-demand loading: Commands or ` <Plug> ` -mappings |
253
+ | ` for ` | On-demand loading: File types |
254
+ | ` frozen ` | Do not remove and do not update unless explicitly specified |
255
255
256
256
### Global options
257
257
0 commit comments