diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 6278646..b5b9ddd 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -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