Browse Source

Fix typo

pull/116/head
Marwan Al Jubeh 12 years ago
parent
commit
19c49279ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim View File

@ -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


Loading…
Cancel
Save