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

Recent Change in Neovim Causes Errors with nvim-parinfer.js #21

Closed
oemmerson opened this issue Jun 16, 2016 · 5 comments
Closed

Recent Change in Neovim Causes Errors with nvim-parinfer.js #21

oemmerson opened this issue Jun 16, 2016 · 5 comments

Comments

@oemmerson
Copy link

I install Neovim from the Ubuntu PPA.

I wasn't updating daily but the last version of Neovim I have that worked with nvim-parinfer.js correctly is
vim_0.1.2ubuntu1+git201605270822+2539+19~ubuntu14.04.1_amd64.deb.

I updated to vim_0.1.4ubuntu1+git201606071432+2575+20~ubuntu14.04.1_amd64.deb and now I get an error on startup (it goes away too quickly to read), and the below error every time there is a change in the file and the plugin runs.

Error dectected while processing function <SNR>17_indent[6]..ParinferIndent:
line    1:
Invalid channel "2"

I have updated to the daily Neovim from the PPA today and the errors still appear.

When I install the last working version nvim-parinfer.js runs without issue again.

@snoe
Copy link
Member

snoe commented Jun 25, 2016

Should be fixed by: neovim/node-host#14 (easy to patch yourself by changing your bundle/node-host/package.json and running npm install --production if you don't want to wait for the repo)

@snoe
Copy link
Member

snoe commented Jun 25, 2016

@ode79 @zakak ^

@zakak
Copy link

zakak commented Jun 25, 2016

Thank you for the fix (and the plugin), works for me on 0.1.4ubuntu1+git201606211627+2606+ 20~ubuntu16.04.1.

@snoe
Copy link
Member

snoe commented Jun 28, 2016

This has been fixed in node-host - you should be able to update the node-host plugin in your bundle now.

@snoe snoe closed this as completed Jun 28, 2016
@burningTyger
Copy link

Same error with 1.1.0. Had to change to 2.1.0 to make it work again.

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

4 participants