Updated api (markdown)

Junegunn Choi 2014-08-09 07:54:10 -07:00
parent 13ad5a59a6
commit 419bcd6233

12
api.md

@ -1,8 +1,8 @@
## API
| Function | Arguments | Description |
| -------- | --------- | ----------- |
| `plug#begin(path)` | Path to store plugins | Start vim-plug block |
| `plug#end()` | - | End block, update &rtp, and load plugins (when not `vim_starting`) |
| `plug#helptags()` | - | Regenerate help tags for all plugins |
| `plug#load(...)` | Name(s) of plugins | Load the plugins immediately |
| Function | Description |
| -------- | ----------- |
| `plug#begin(path)` | Start vim-plug block |
| `plug#end()` | End block, update &rtp, and load plugins when not `vim_starting` |
| `plug#helptags()` | Regenerate help tags for all plugins |
| `plug#load(names...)` | Load the plugins immediately |