jpalardy/vim-slime

commit 7d0cb34ccaa42fb683969ea10a7171845a820e9a

drgn9 opened this issue ยท 6 comments

drgn9 commented

I believe you have a bug in your most recent commit. The function "slice" cannot be found. My environment is neovim + tmux. If I fall back one commit the code runs as expected.

Same here. Also, when I call :h slice() in vim it shows the documentation for it, but in neovim it leads me to the documentation of vim.list_slice().
I've been using this plugin extensively for years, so I would like to kindly ask @jpalardy to test it for neovim compatibility before merging/committing to the master branch. ๐Ÿ™
Excellent plugin by the way. Thanks for the great work!

damn โ€ฆ sorry about that.

let me work on it right now ๐Ÿ˜…

fixed on 5308556 ?

Yes! :)
It is working for me at least.
Thanks!

damn โ€ฆ sorry about that.

let me work on it right now ๐Ÿ˜…

Hahah no problem

I'm not usually on neovim, so I appreciate the sanity check.

I created some local tests for next time.