Peter
Peter
I've noticed that a hidden `:term top` window causes the command-line display to be cleared every couple of seconds. E.g., if you use `:echo g:markdown_folding` to see the value of...
It seems the `pcall` ... `unpack()` logic isn't quite right. I'm getting an error in the nvim unit tests because `unpack(rv)` somehow returns all nil values.
@justinmk: frustratingly my mac is passing all the tests again today so I've had to split my focus onto some of the other issues while I wait for Travis to...
I'm 55% certain it's extra data, because if you look at the lua mpack C code the error gets raised when the session receive function realises that the value it...
@jamessan: Thanks for the extra guidance, I've managed to reproduce the exact error on linux now. It happens when read_start() gets the data split into at least two parts, where...
@justinmk: I've rebased this branch to tidy up the commits and remove the rockspec hackery. It should be good to merge.
Hi @tarruda: I can't rerun the test right now, but you should still be able to apply the patch in https://github.com/neovim/neovim/issues/8102#issuecomment-403377604 to reproduce.
Also, is there anything else I need to fix on this PR before it can be merged?
@tarruda: IIRC it was `test/functional/ui/spell_spec.lua` that reproduces the bug, but if it's not then you should still encounter it by just running all the tests.
Could the printing/saving be turned on via a debug flag or environment variable perhaps? I don't think anyone wants to have to manually patch lua source to debug a msgpack...