From 02b6415279ef23a65ff0ef3902177ddbada2a554 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Tue, 14 Mar 2017 23:15:12 +0900 Subject: [PATCH] Fix document --- README.md | 2 +- doc/minpac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc22a6e..bc01357 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Register a plugin. | `'name'` | Unique name of the plugin (`plugin_name`). Also used as a local directory name. Default: derived from the repository name. | | `'type'` | Type of the plugin. `'start'` or `'opt'`. Default: `'start'` | | `'frozen'` | If 1, the plugin will not be updated automatically. Default: 0 | -| `'depth'` | If > 1, it is used as a depth to be cloned. Default: 1 or specified value by `minpac#init()`. | +| `'depth'` | If >= 1, it is used as a depth to be cloned. Default: 1 or specified value by `minpac#init()`. | | `'branch'` | Used as a branch name to be cloned. Default: empty | #### minpac#update([{name}]) diff --git a/doc/minpac.txt b/doc/minpac.txt index 8d07c3b..4a3aa47 100644 --- a/doc/minpac.txt +++ b/doc/minpac.txt @@ -178,7 +178,7 @@ minpac#add({url}, [{opt}]) *minpac#add()* Default: "start" frozen If 1, the plugin will not be updated automatically. Default: 0 - depth If > 1, it is used as a depth to be cloned. + depth If >= 1, it is used as a depth to be cloned. Default: 1 or specified value by |minpac#init()|. branch Used as a branch name to be cloned.