From 3bf257370389ff48303d3eabaa6a9449bd27e531 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 25 Sep 2013 12:51:07 +0900 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0bc1d7c..d57c642 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ plugins with `plug#begin(path)` call. ### Commands -| Command | Description | -| ---------------------- | ------------------------------------------------------------------- | -| PlugInstall [#threads] | Install plugins | -| PlugUpdate [#threads] | Install or update plugins | -| PlugClean[!] | Remove unused directories. (Bang version will clean without prompt) | -| PlugUpgrade | Upgrade vim-plug itself | -| PlugStatus | Check the status of plugins | +| Command | Description | +| ---------------------- | ------------------------------------------------------------------ | +| PlugInstall [#threads] | Install plugins | +| PlugUpdate [#threads] | Install or update plugins | +| PlugClean[!] | Remove unused directories (bang version will clean without prompt) | +| PlugUpgrade | Upgrade vim-plug itself | +| PlugStatus | Check the status of plugins | (Default number of threads = `g:plug_threads` or 16)