From 56a2cd34b4e905aaf29c5a31cac90cfa014175eb Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 5 Apr 2012 18:39:13 +0200 Subject: [PATCH] forgott to add argument to EnsureVamIsOnDisk function --- doc/vim-addon-manager-getting-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim-addon-manager-getting-started.txt b/doc/vim-addon-manager-getting-started.txt index 7c75a59..89e944e 100644 --- a/doc/vim-addon-manager-getting-started.txt +++ b/doc/vim-addon-manager-getting-started.txt @@ -98,7 +98,7 @@ recommended setup ~ 2) Read the comments carefully. They help you getting started. Then you can remove them. 3) Add addon names to the ActivateAddons call, start Vim, you sohuld be done. > - fun! EnsureVamIsOnDisk() + fun! EnsureVamIsOnDisk(vam_install_path) " windows users want to use http://mawercer.de/~marc/vam/index.php " to fetch VAM, VAM-known-repositories and the listed plugins " without having to install curl, unzip, git tool chain first