Use --today instead of old --show-time-today argument
This commit is contained in:
parent
685aee7556
commit
3fc832efed
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ let s:VERSION = '7.1.5'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! g:WakaTimeToday()
|
function! g:WakaTimeToday()
|
||||||
let cmd = s:GetCommandPrefix() + ['--show-time-today']
|
let cmd = s:GetCommandPrefix() + ['--today']
|
||||||
echo "Today: " . s:Chomp(system(s:JoinArgs(cmd)))
|
echo "Today: " . s:Chomp(system(s:JoinArgs(cmd)))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue