Ethan Chan

Results 69 comments of Ethan Chan

@joelchrist Can you define "hangs?" With `+job` and `+channel`, input should still be responsive, but the Codi pane should not update in the case of an infinite loop. Codi only...

@fwip No problem, your input is always welcome :) I think we're all very new users of Codi, since it's only been out for two months. I'm just not sure...

Seems like an nvim-only issue - I can reproduce it there, but not in vim. Can you confirm this?

Glad that my project served as some inspiration :) I'm not sure exactly what you mean by your suggestion, but I am always happy to see pull requests or forks....

Can you edit your issue to follow the [issue template](https://github.com/metakirby5/codi.vim/blob/master/ISSUE_TEMPLATE.md)? It's very difficult to reproduce the issue if I don't know how to reproduce it.

Reproducible on my end - thanks for the contribution! Will try to find a fix soon.

I've looked into this a bit, and I've gotten Codi to at least restore the selection and not write 'gg'. Unfortunately, I haven't been able to restore the keybinds because...

Can you post the logs? I know what might be wrong, but I can't reproduce the issue.

Quite odd that I can't reproduce this. Does this occur when using vim instead of nvim?

I've been thinking about this for a bit, and I don't know if either framework can satisfy the requirements of testing Codi, namely: - Test both Vim and NVim in...