GavinSmith0123
GavinSmith0123
I found the code that was blocking the scrolling and disabled it: ``` --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -806,23 +806,25 @@ struct WrapHighlighter : Highlighter } kak_assert(setup.cursor_pos.column >= 0 and...
It's still an issue. Recently I reinstalled Kakoune and eventually felt I had to go and rebuild from source to fix this problem, applying the fix I posted above in...
I am not sure if it is the same issue as `:pipe` but I have a similar problem with `:insert-output` in helix 24.7. I have a program to generate contents...
It is probably related that the two-letter country code for Namibia ("NA") is missing from `country-codes.csv`.
I found this bug with a small `scrolloff` value. I had: ```` set global scrolloff 3,0 ```` Then clicking either on the top or bottom line of the window would...