redl
redl copied to clipboard
can I exit when I'm in the middle of a `break`?
Hi :-)
I've added (redl.core/break) in a loop, and I don't want to type (redl.core/continue) to execute it all. Is there a way for me to terminate execution? (C-c doesn't work)
PS: I've juste started to play with vim-redl and wow, the REPL and a debugger in Vim, that feels awesome. Cheers
There is not, but I can add this.
Seems to be working so far, cheers!
My implementation for this seems to have bugs when I try to use, although I'm not sure why, since it was working when I wrote it, but later stopped. I need to think this through more carefully. I've released a new version without 3aa90b9. If that is working for you, though, please continue to use it and let me know of any issues.