Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncNeovimHandler errors out when debug is on #62

Closed
mixxorz opened this issue Jan 29, 2018 · 4 comments
Closed

AsyncNeovimHandler errors out when debug is on #62

mixxorz opened this issue Jan 29, 2018 · 4 comments

Comments

@mixxorz
Copy link

mixxorz commented Jan 29, 2018

Error log:

Error detected while processing function <SNR>55_AsyncNeovimHandler:

E691: Can only compare List with List

Error detected while processing function <SNR>55_AsyncNeovimHandler:

E15: Invalid expression: s:is_debug_on && a:output != ''

[WakaTime] Error: 127

I turned on debug mode because the plugin wasn't tracking my time.

vim-wakatime 7.0.4
nvim 0.2.2
macOS High Sierra

@alanhamlett
Copy link
Member

alanhamlett commented Jan 29, 2018

What's the output of this command in your NeoVim:

:echo printf('patch-7.4-2344=%d, job_start=%d, jobstart=%d', has('patch-7.4-2344'), exists('*job_start'), exists('*jobstart'))

@mixxorz
Copy link
Author

mixxorz commented Jan 29, 2018

Thanks for the quick reply!

Here's the output.

patch-7.4-2344=1, job_start=0, jobstart=1

@alanhamlett
Copy link
Member

Can you update the plugin and see if it's fixed?

@mixxorz
Copy link
Author

mixxorz commented Jan 29, 2018

Yep! That fixed it! That was so fast. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants