redl icon indicating copy to clipboard operation
redl copied to clipboard

can I exit when I'm in the middle of a `break`?

Open mascip opened this issue 10 years ago • 3 comments

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

mascip avatar Jul 28 '14 16:07 mascip

There is not, but I can add this.

dgrnbrg avatar Aug 01 '14 19:08 dgrnbrg

Seems to be working so far, cheers!

mascip avatar Aug 02 '14 13:08 mascip

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.

dgrnbrg avatar Aug 02 '14 16:08 dgrnbrg