Updated api (markdown)

Junegunn Choi 2014-08-09 07:57:15 -07:00
parent 3983985565
commit 6cbca153ae

2
api.md

@ -14,4 +14,4 @@
| 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()` and incrementally set by `Plug` commands |
| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally set by `Plug` commands. |