parinfer

eraserhd 2016-11-08T14:07:11.000171Z

I didn't realize that it's possible to write

#:foo
{1 2}
, this makes it not even possible, I think. The middle is the only one which could be done (since # {} doesn't parse).

eraserhd 2016-11-08T14:08:21.000172Z

(Not suggesting it)

shaunlebron 2016-11-08T14:09:28.000173Z

yeah, it’s the difference between the dispatch # taking one or two forms

shaunlebron 2016-11-08T14:10:50.000174Z

collection delimiters allow optional spacing, didn’t realize it wasn’t allowed in #{}, but makes sense considering how it has to dispatch on the next character

eraserhd 2016-11-08T15:49:42.000175Z

@snoe Can you tell me what commit of node-host and what version of node you are on?

eraserhd 2016-11-08T16:05:42.000176Z

Just posted this: https://github.com/neovim/node-host/issues/21

snoe 2016-11-08T16:51:03.000178Z

@eraserhd I just did a :UpdateRemotePlugins and got the same thing as you're seeing now, only one of two plugins work

dominicm 2016-11-08T19:46:02.000179Z

I'm putting my money on a node host bug. Extra points if it's to do with msgpack.