forked from luna/vim-rana-local
removed verbose flag
This commit is contained in:
parent
e8e2b8368f
commit
09e67fedfe
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ let s:VERSION = '0.2.1'
|
|||
if a:endtime > 1
|
||||
let cmd = cmd + ['--endtime', printf('%f', a:endtime)]
|
||||
endif
|
||||
let cmd = cmd + ['--verbose']
|
||||
"let cmd = cmd + ['--verbose']
|
||||
exec 'silent !' . join(cmd, ' ') . ' &'
|
||||
let time = a:time
|
||||
if a:endtime > 1 && float2nr(round(time)) < float2nr(round(a:endtime))
|
||||
|
|
Loading…
Reference in a new issue