luukvbaal
luukvbaal
The point is that extui uses general floating windows. The question is whether this warrants a "ui" flag for `nvim_open_win()` as an even stronger hint to exclude it from some...
Yeah Vim doesn't count popup windows towards `winnr('$')`. Does that mean we should not count floating windows?
There is `nvim_win_get_config()->focusable`, but yes these windows do not look different with `focusable == false` if that's what you mean.
Any plans for this? Would to be able to import the location of my lectures.
I would be interested in figuring out how the bisected commit resulted in what is shown in the video, but I have yet to be able to reproduce. Can revert...
That would be `ui_flush()` -> `ui_call_flush()` -> `tui_flush()`.
Wait for me this _doesn't_ reproduce on `master` but does reproduce _after_ `git revert` cdc9baeaf89eb09f08427a09e3a0f86d56dcc812... I forgot I had the revert applied when trying to reproduce. Did you somehow bisect...
Scroll redrawing for deleted/inserted lines indeed bypasses `flush_buf()`, see `win_scroll_lines()` -> ... -> `tui_grid_scroll()` instead. (I still haven't seen any issues on `master` when trying to reproduce, only pre- cdc9baeaf89eb09f08427a09e3a0f86d56dcc812...
#33389 may have resolved this @vanaigr.
Cool! Idk if you had seen the conceal_lines PR at all but it currently contains a commit that would affect this (or the other way around), and seemingly force the...