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

Issue #23 returns #406

Open markjreed opened 6 months ago

markjreed commented 6 months ago

The "Slurped X characters into buffer" is back. I don't see anything in the code to set msgwait to 0, as mentioned in #23. Regression? It's painful to use without setting that parameter, but I don't want it in my screenrc because I usually want time to actually see the messages when using it interactively...

jpalardy commented 6 months ago

Hi @markjreed

Following the trail, it certainly seems like we lost track of the initial problem

Please open a PR with the fix — and a comment for how/when it happens — and it would be my pleasure to merge it.

Alternatively, if you can explain how recreate the problem, I can take care of it.