rhysd / reply.vim

REPLs play nicely with :terminal on Vim and Neovim
MIT License
186 stars 7 forks source link

Replay playback speed to avoid scrambled output #17

Open hholst80 opened 4 years ago

hholst80 commented 4 years ago

When running a ReplSend that runs over multiple lines it is sometimes favorable to have a short delay. It could be per character, or maybe per linefeed. The delays could also potentially be different.

This is a very hard problem to solve I know that (I have been working with tooling for this kind of problem myself before) but using a small delay might be enough for most use cases.

image