luukvbaal
luukvbaal
Different issue (but the more window is expected to open with 'box' in some instances (multiline output stemming from interactively entered commands on the cmdline, and multiline output exceeding half...
I think this now serves as an appropriate follow-up to 403fcacf.
I guess the ~~autocmd~~ current window does need a window number for BWC. Also probably need to adjust winnr counters in various other places...
Again not sure this is a good idea actually. Maybe just excluding from `winnr('$')` and `wincmd` commands is enough. Though this adjusted test here does seem less surprising: ```diff command('2wincmd...
> There was some chatter about having focusable be respected for splits too at some point; dunno if winnr() should continue to be unique for those or not, but that's...
> Maybe worth not excluding such a float from winnr() if it happens to already be current? (That is, it has a unique nr, and is included in winnr('$')) Could...
Anything you can think of to put into `'statuscolumn'`, you can. So yes it's possible, but not as easy for the user as a builtin option obviously. IDK if the...
Ye wasn't sure about that yet either, was just following #25718 for now and using `4` to test toggling.
Yeah going by the current help text for 'conceallevel', hiding concealed lines seems to fit fine with the current levels. Might be a bit surprising to have this enabled without...
Current open questions: * What column should the cursor be at when it is on a concealed line (0 or actual `wcol` it would be at if it wasn't hidden)....