Merge remote branch 'dbox/nin' into nin

This commit is contained in:
gmarik
2011-08-18 17:48:47 -05:00
3 changed files with 7 additions and 4 deletions

View File

@@ -193,7 +193,6 @@ func! s:system(cmd) abort
endf
func! s:log(str) abort
if !exists('g:vundle_log') | let g:vundle_log = [] | endif
call add(g:vundle_log, a:str)
return a:str
endf