jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.83k stars 223 forks source link

addresses issue #427 #428

Closed jam1015 closed 2 months ago

jam1015 commented 2 months ago

Issue #427 shows that ugly error messasges appear for certain filetype plugins if they break the text into multiple chunks, and the config is already not valid, for the neovim target. This was caused by the Neovim send function unletting invalid configs. To fix it, it now just sets the config to an empty dictionary.

jpalardy commented 2 months ago

thanks for the quick fix 👍

ppalmes commented 2 months ago

please double check that this change does not affect vim because i experiences many issues with extra characters in the newline in shell files and concatenating multiple lines as one.

jam1015 commented 2 months ago

@ppalmes this won't affect vanilla vim, only neovim, my guess is that you should raise your own issue with a minimal example that causes the problem