John Gehrig

Results 154 comments of John Gehrig

If you still think there is a bug here after trying the suggestions above... Please provide a minimal configuration and set of steps that demonstrates the issue: `nvim-qt -- -u...

What happens when you do the following: 1. `nvim-qt -- -u NONE` 2. Type "asdf", trigger mis-spelling 3. `:set spell` 4. `:hi SpellBad` (Output A screen-clip below) 5. `:hi SpellBad...

Alternatively, if you have a case where the rendering is not correct... It would be very helpful if you can provide an explicit set of steps where you start from...

Very strange! I can't explain this... How did you build/install `neovim-qt`? What system is this on and is there anything unique about it? Does `:set notermguicolors` do anything? (Steps 7/8...

No worries, I figured it was still you :) I can't explain this... We don't hard-code the color red anywhere in the code except for invalid cells. Are you able...

> dependency on QtSvg moves to QtSvgWidgets I just thought of this... We should watch for DLL name changes on Windows. Neovim hard-codes DLLs for copy: https://github.com/neovim/neovim/blob/667e3bfb6e9dcd3287f2082edd83068d5428f3af/src/nvim/CMakeLists.txt#L507-L568 ``` https://github.com/neovim/neovim/issues/12928 ```...

All sounds good :+1: > Well no one likes bundling dependencies :D Yes, I don't blame them... I think re-directing `neovim-qt` bugs is a source of frustration for the Neovim...

Cool feature! Unfortunately, I don't think I have the time to work on this feature. I have a handful of higher priority work I'd like to do (startup, argument parsing,...

Thanks for the bug report. Do you have the ability to build neovim-qt from source? If so, can you please provide the debug output of the non-working key sequencing with...

The input layer was overhauled recently, so it is quite possible this is a regression. Once I have the `QKeyEvent` debug output, I can write tests for this scenario and...