From 74e0b2c2bb14078ecfa6e7839185ebaf1ae41665 Mon Sep 17 00:00:00 2001 From: Alexandre Carlton Date: Sun, 30 Nov 2014 15:34:08 +1100 Subject: [PATCH] Add 'needs' option in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5827ba..ff1462c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Reload .vimrc and `:PlugInstall` to install plugins. | `dir` | Custom directory for the plugin | | `do` | Post-update hook (string or funcref) | | `on` | On-demand loading: Commands or ``-mappings | +| `needs` | Check for executables before installing/updating | | `for` | On-demand loading: File types | | `frozen` | Do not update unless explicitly specified |