mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
PlugSnapshot output in Vim script format (#360)
- The output file is no longer executable but a source-able vim script - PlugSnapshot FILENAME to prompt the user if the file already exists - Add PlugSnapshot! FILENAME variant to force overwrite existing file - Apply -complete=file option to PlugSnapshot command
This commit is contained in:
@@ -105,7 +105,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
|
||||
| `PlugUpgrade` | Upgrade vim-plug itself |
|
||||
| `PlugStatus` | Check the status of plugins |
|
||||
| `PlugDiff` | See the updated changes from the previous PlugUpdate |
|
||||
| `PlugSnapshot [output path]` | Generate script for restoring the current snapshot of the plugins |
|
||||
| `PlugSnapshot[!] [output path]` | Generate script for restoring the current snapshot of the plugins |
|
||||
|
||||
### `Plug` options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user