Updated api (markdown)

Junegunn Choi 2017-01-03 13:22:40 +09:00
parent f20324db58
commit 839da4054b

8
api.md

@ -15,4 +15,10 @@
| Variable | Type | Description |
| -------- | ---- | ----------- |
| `g:plug_home` | String | Directory to store/load plugins. Set by `plug#begin(path)` call. |
| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally set by `Plug` commands. |
| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally extended by `Plug` commands. |
### Autocmds
| Event | Pattern | Description |
| ------ | ---------------- | ---------------------------------------- |
| `User` | Name of a plugin | Triggered when the plugin is lazy-loaded |