@equalsraf

Results 163 comments of @equalsraf

Ahhh, it actually makes some sense that replace_termcodes would return invalid strings. The returned value is the internally representation Vim uses, i.e. there may be some escaping going around. Quick...

@tarruda Yes, I created a pull request google/vroom#78 that keeps two Nvim objects one with and one without the DecodeHook. Seems to work as intended.

> Sounds fine as a workaround. Is it possible to make this less brittle? I don't understand where the decoding problem arises, but it seems like python should have enough...

Can we get a more verbose output from the test run? Usually we can see either debug/or warning messages for each test. They usually include the line/assertion that failed. Maybe...

Interesting, any chance this is somehow specific to windows? Here are my linux times ``` 037.779 000.871: waiting for UI to make request 138.163 100.383: done waiting for UI ```...

Based on bisection, it seems to be due to 4352846be7f7f42738c568eafaba965a20bb7a45 https://github.com/equalsraf/neovim-qt/issues/259 - where the shift modifier was removed from space/backspace because it was causing another issue.

Some open points in my mind on this: - what happens with `--help` or `--version` (currently this option does not exist but it was requested before) - I assume we...

> echo "foo" | nvim-qt.exe -Es All commands that expect to forward stdin/stdout (https://github.com/equalsraf/neovim-qt/issues/275) --version and --help are just the more significant cases. > I think we should forward them...

Hi @iamkarlson Let me be clear, all the examples that you listed above should work without issues. If they don't there is something wrong going on. What system are you...

A similar changed has been merged to master back in 65b5b117b36081544f9f01f06516a5ea977ae406 but it is not released. My current help shows: ``` nvim-qt --help Usage: nvim-qt [options] [file...] [-- nvim_args] Options:...