couple logging fixes
- log is global array so log can be viewed any time - log gets written to a defined location ~/.vim-vundle/vundle.log - TODO: write log changes as they happen
This commit is contained in:
@@ -40,5 +40,6 @@ endif
|
||||
|
||||
func! vundle#rc(...) abort
|
||||
let g:bundle_dir = len(a:000) > 0 ? expand(a:1) : expand('$HOME/.vim/bundle')
|
||||
let g:vundle_log = []
|
||||
call vundle#config#init()
|
||||
endf
|
||||
|
||||
Reference in New Issue
Block a user