Updated api (markdown)

Junegunn Choi 2017-06-07 02:21:52 +09:00
parent 57232353b1
commit 60badbf26a

1
api.md

@ -9,6 +9,7 @@
| `plug#end()` | End block, update &rtp, and load plugins when not `vim_starting` | | `plug#end()` | End block, update &rtp, and load plugins when not `vim_starting` |
| `plug#helptags()` | Regenerate help tags for all plugins | | `plug#helptags()` | Regenerate help tags for all plugins |
| `plug#load(names...)` | Load the plugins immediately | | `plug#load(names...)` | Load the plugins immediately |
| `plug#load(name_list)` | Load the plugins immediately |
### Global variables (read-only) ### Global variables (read-only)