From 8db3bcb5921103f0eb6de361c8b25cc03cb350b5 Mon Sep 17 00:00:00 2001 From: Andrea Cedraro Date: Sat, 26 Apr 2014 15:29:33 +0200 Subject: [PATCH] Change reference of `Bundle` to `Plugin` in the docs --- doc/vundle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vundle.txt b/doc/vundle.txt index 63c0b1c..198584b 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -139,7 +139,7 @@ follow on the same line as the command. Example: > Plugin 'git_URI' -The `Bundle` command can optionally take a second argument after the URI. It +The `Plugin` command can optionally take a second argument after the URI. It has to be a dictionary, separated from the URI by a comma. Each key-value pair in the dictionary is a configuration option.