make function reloadable

This commit is contained in:
gmarik 2011-11-04 00:05:18 -05:00
parent 8b5be8dd60
commit bf25e018bc

View File

@ -33,7 +33,7 @@ func! s:view_log()
wincmd P | wincmd H
endf
func vundle#scripts#bundle_names(names)
func! vundle#scripts#bundle_names(names)
return map(copy(a:names), ' printf("Bundle ' ."'%s'".'", v:val) ')
endf