make function reloadable
This commit is contained in:
parent
8b5be8dd60
commit
bf25e018bc
@ -33,7 +33,7 @@ func! s:view_log()
|
|||||||
wincmd P | wincmd H
|
wincmd P | wincmd H
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func vundle#scripts#bundle_names(names)
|
func! vundle#scripts#bundle_names(names)
|
||||||
return map(copy(a:names), ' printf("Bundle ' ."'%s'".'", v:val) ')
|
return map(copy(a:names), ' printf("Bundle ' ."'%s'".'", v:val) ')
|
||||||
endf
|
endf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user