From 19c49279eecfb27e7d2c7b3c3509f303d14feef9 Mon Sep 17 00:00:00 2001 From: Marwan Al Jubeh Date: Mon, 11 Aug 2014 18:42:58 +0300 Subject: [PATCH] Fix typo --- autoload/vundle/installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index f2a2e5c..84eb0a1 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -540,7 +540,7 @@ func! vundle#installer#shell_rmdir(target) abort let cmd = 'rm -rf' endif - return cmd.' '.vundle#installer#shellesc(target) + return cmd.' '.vundle#installer#shellesc(a:target) endf