From 6cbca153aefdd1e60bcdc060bdc844866a2e3a09 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 9 Aug 2014 07:57:15 -0700 Subject: [PATCH] Updated api (markdown) --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index 3261445..b4ea096 100644 --- a/api.md +++ b/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 | \ No newline at end of file +| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally set by `Plug` commands. | \ No newline at end of file