From 396a534a0a0afa7d6842ff0f85b143347376ac80 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 10 Oct 2014 23:18:40 +0900 Subject: [PATCH] Update README g:plug_timeout and g:plug_retries are only for Ruby installer --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a98127..50763af 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,13 @@ Reload .vimrc and `:PlugInstall` to install plugins. ### Global options -| Flag | Default | Description | -| ------------------- | --------------------------------- | ------------------------------------ | -| `g:plug_threads` | 16 | Default number of threads to use | -| `g:plug_timeout` | 60 | Time limit of each task in seconds | -| `g:plug_retries` | 2 | Number of retries in case of timeout | -| `g:plug_window` | `vertical topleft new` | Command to open plug window | -| `g:plug_url_format` | `https://git::@github.com/%s.git` | `printf` format to build repo URL | +| Flag | Default | Description | +| ------------------- | --------------------------------- | ----------------------------------------------------------- | +| `g:plug_threads` | 16 | Default number of threads to use | +| `g:plug_timeout` | 60 | Time limit of each task in seconds (*for Ruby installer*) | +| `g:plug_retries` | 2 | Number of retries in case of timeout (*for Ruby installer*) | +| `g:plug_window` | `vertical topleft new` | Command to open plug window | +| `g:plug_url_format` | `https://git::@github.com/%s.git` | `printf` format to build repo URL | ### Keybindings