Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Mar 14, 2017
1 parent 656dd04 commit 02b6415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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}])
Expand Down
2 changes: 1 addition & 1 deletion doc/minpac.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 02b6415

Please sign in to comment.