use new --entity argument

This commit is contained in:
Alan Hamlett 2016-04-29 00:16:26 +02:00
parent 4effebf67b
commit 9adf9a5570
1 changed files with 1 additions and 1 deletions

View File

@ -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']