Skip to content

Commit 3fc832e

Browse files
committed
Use --today instead of old --show-time-today argument
1 parent 685aee7 commit 3fc832e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/wakatime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ let s:VERSION = '7.1.5'
593593
endfunction
594594

595595
function! g:WakaTimeToday()
596-
let cmd = s:GetCommandPrefix() + ['--show-time-today']
596+
let cmd = s:GetCommandPrefix() + ['--today']
597597
echo "Today: " . s:Chomp(system(s:JoinArgs(cmd)))
598598
endfunction
599599

0 commit comments

Comments
 (0)