Use --today instead of old --show-time-today argument

This commit is contained in:
Alan Hamlett 2019-05-07 18:39:17 -07:00
parent 685aee7556
commit 3fc832efed
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ let s:VERSION = '7.1.5'
endfunction
function! g:WakaTimeToday()
let cmd = s:GetCommandPrefix() + ['--show-time-today']
let cmd = s:GetCommandPrefix() + ['--today']
echo "Today: " . s:Chomp(system(s:JoinArgs(cmd)))
endfunction