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

Fix error on loading plugin #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barafael
Copy link

@barafael barafael commented Jan 8, 2018

I could not use this plugin because on nvim startup there was a stack trace. I found out that in the get_idestate method, lines is expected to be a list of strings, but it was a binary array with ascii values instead. This one-line change does fix the problem for me, but I do not really know python and do not know if this is the right way to do it. But the plugin now works well.

I could not use this plugin because on nvim startup there was a stack trace. I found out that in the ```get_idestate``` method, lines is expected to be a list of strings, but it was a binary array with ascii values instead. This one-line change does fix the problem for me, but I do not really know python and do not know if this is the right way to do it. But the plugin now works well.
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

Successfully merging this pull request may close these issues.

1 participant