Minor cleanup
This commit is contained in:
parent
4e118cf10c
commit
ff51e68edd
1
plug.vim
1
plug.vim
|
@ -897,7 +897,6 @@ while 1 " Without TCO, Vim stack is bound to explode
|
||||||
let new = !isdirectory(spec.dir)
|
let new = !isdirectory(spec.dir)
|
||||||
|
|
||||||
call s:log(new ? '+' : '*', name, pull ? 'Updating ...' : 'Installing ...')
|
call s:log(new ? '+' : '*', name, pull ? 'Updating ...' : 'Installing ...')
|
||||||
echom 'blah'
|
|
||||||
redraw
|
redraw
|
||||||
|
|
||||||
let executables = s:missing_executables(spec.needs)
|
let executables = s:missing_executables(spec.needs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user