We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b19476 commit 651a47fCopy full SHA for 651a47f
1 file changed
autoload/vundle.vim
@@ -89,12 +89,12 @@ let vundle#updated_bundles = []
89
90
if !exists('g:vundle#git_executable')
91
let vundle#git_executable = 'git'
92
-endf
+endif
93
if !exists('g:vundle#curl_executable')
94
let vundle#curl_executable = 'curl'
95
96
if !exists('g:vundle#wget_executable')
97
let vundle#wget_executable = 'wget'
98
99
100
" vim: set expandtab sts=2 ts=2 sw=2 tw=78 norl:
0 commit comments