Closed jam1015 closed 7 months ago
thanks for the quick fix 👍
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.
@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
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.