Skip to content

Commit 8c88563

Browse files
committed
fix plugin editor name
1 parent 87c6861 commit 8c88563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/wakatime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ EOF
554554
if has('nvim')
555555
let editor_name = 'neovim'
556556
endif
557-
let cmd = cmd + ['--plugin', printf('vim/%s %s-wakatime/%s', s:n2s(v:version), editor_name, s:VERSION)]
557+
let cmd = cmd + ['--plugin', printf('%s/%s vim-wakatime/%s', editor_name, s:n2s(v:version), s:VERSION)]
558558

559559
if heartbeat.is_write
560560
let cmd = cmd + ['--write']

0 commit comments

Comments
 (0)