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

Better dealing with hidden and non-interactive terminals #424

Closed jam1015 closed 3 months ago

jam1015 commented 3 months ago

Over the past two days issue #420, pr #421, and pr #422 dealt with how the Neovim target handles non-interactive terminals, and unlisted terminals.

But pr #421 and #422 are in conflict with each other. I aimed to fix the problems that those PRs addressed and resolve the conflict between them by creating an additional user-configurable option.

This PR:

jam1015 commented 3 months ago

to be 100% clear, I think this is ready to merge