Add PlugDiff command (#17)

This commit is contained in:
Junegunn Choi
2014-04-08 21:43:49 +09:00
parent 8986f87b83
commit f00dacd7bd
2 changed files with 39 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ before the call.
| PlugClean[!] | Remove unused directories (bang version will clean without prompt) |
| PlugUpgrade | Upgrade vim-plug itself |
| PlugStatus | Check the status of plugins |
| PlugDiff | See the updated changes from the previous PlugUpdate |
### Options for parallel installer
@@ -74,6 +75,12 @@ before the call.
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
### Keybindings
- `D` - `PlugDiff`
- `S` - `PlugStatus`
- `q` - Close the window
### Example: A small [sensible](https://github.com/tpope/vim-sensible) Vim configuration
```vim