bfredl

Results 459 comments of bfredl

The same issue also exists with `nvim_open_win` with unloaded file buffer: ``` " or any existing file with expected ft detection let b = bufadd("CMakeLists.txt") call nvim_open_win(b, v:false, {'width': 50,...

> nothing need to be done with nvim_open_win, but the the bufadd() should be fixed. What do you base this on? I don't think anything is wrong with `bufadd()`, this...

Support for 'winbar' option was completed by @famiu and merged as #18562 . Support for clickable areas and vim9bar is still planned, this is open as a tracking issue in...

@rockyzhang24 That's definitiely a bug. winbar can show the same contents as statusline, and need to be redrawn by the same external events.

If not too hard I would like to see a test, otherwise no disagreements from my end.

@leonerd This is a crashing test case for libvterm 0.3.1 : https://gist.github.com/bfredl/77071561e06ad2e3b08ad43418c5a8ac I tried to trace out all essential nvim calls into libvterm, hopefully this is representative enough

> The big question is: does that need to happen before the excision? Arguably, :hardcopy is already broken right now as it doesn't work with treesitter or LSP semantic tokens...

Then we can just as well remove them.

ok, so it is UTF-8 encoding overlong sequences larger than `U+10FFFF` . some helper function in neovim consider these as printable, we need to change that to unprintable (so the...

That is configurable with the `scope` argument, and thus not a problem.