use new --entity argument
This commit is contained in:
parent
4effebf67b
commit
9adf9a5570
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ let s:VERSION = '4.0.10'
|
|||
endif
|
||||
endif
|
||||
let cmd = [python_bin, '-W', 'ignore', s:cli_location]
|
||||
let cmd = cmd + ['--file', file]
|
||||
let cmd = cmd + ['--entity', file]
|
||||
let cmd = cmd + ['--plugin', printf('vim/%d vim-wakatime/%s', v:version, s:VERSION)]
|
||||
if a:is_write
|
||||
let cmd = cmd + ['--write']
|
||||
|
|
Loading…
Reference in a new issue