Post-update hook (do option)

This commit is contained in:
Junegunn Choi
2014-07-26 22:49:18 +09:00
parent 5b2c03d3a8
commit f98c8456fa
3 changed files with 152 additions and 17 deletions

View File

@@ -76,6 +76,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| -------------- | -------------------------------------------------------------------- |
| `branch`/`tag` | Branch or tag of the repository to use |
| `rtp` | Subdirectory that contains Vim plugin |
| `do` | Post-update hook (string of funcref) |
| `on` | On-demand loading: Commands or <Plug>-mappings |
| `for` | On-demand loading: File types |
| `frozen` | Do not install/update plugin unless explicitly given as the argument |