Removed debugging trace
This commit is contained in:
parent
ca8d12fc83
commit
c4d02bebfe
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ if has( 'vim_starting' )
|
||||||
let s:dein_path = g:bundles_dir . "github.com/Shougo/dein.vim"
|
let s:dein_path = g:bundles_dir . "github.com/Shougo/dein.vim"
|
||||||
if !isdirectory(s:dein_path)
|
if !isdirectory(s:dein_path)
|
||||||
execute '!git clone https://github.com/Shougo/dein.vim' s:dein_path
|
execute '!git clone https://github.com/Shougo/dein.vim' s:dein_path
|
||||||
else
|
|
||||||
echo "Wat " . s:dein_path
|
|
||||||
endif
|
endif
|
||||||
let &g:runtimepath = &g:runtimepath . "," . s:dein_path
|
let &g:runtimepath = &g:runtimepath . "," . s:dein_path
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue