Christian Brabandt

Results 747 comments of Christian Brabandt

This one: ``` Expected {'id': 15, 'jsonrpc': '2.0', 'result': 'delayed-payload'} but got {} ``` is a known flaky one. Not sure about `Test_popupwin_beval_3.dump` for macos 12, huge. Let me try...

closing for now. If you ever finish this up, please open a new PR. thanks

I have no idea why this would close the buffer. Please try to capture all the output ANSI escape sequences. script(1) should be able to do it. But then we...

so, can you show an example/screenshot what exactly this does?

> @chrisbra Would you accept a patch that adds overlay support to virtual-text, if I can prove that this solves the performance problem for those usecases, where one just needs...

Sorry, I might have merged that too early and I apologize. Let's make sure we fix the remaining problems. I also wonder why the test didn't catch the issue with...

guys please. Let's please concentrate on fixing the remaining issues for termdebug (are there still issues?) instead of blaming each other. That's not helpful. Thanks!

This is a bit complicated. First of all, 'scrolloff' is a window-local option, not buffer-local. And when you do `:h` you are opening a new window with the default values....

This migh be a big complicated, because typically terminal escapes can occur later, even withing other events that need to be handled. I have no idea how complex setting this...