Closed ModProg closed 3 years ago
Could you give me some more details? The url itself and textwidth maybe?
Could you give me some more details? The url itself and textwidth maybe?
Does not make a big difference but for example, with textwidth 74:
https://www.absolutely.senselessly.long.url.to.show.the.propblem.com[Just some text that pushes it over the end]
Aha, got it. It wraps around window border.
Unfortunately I don't think I can do anything about it. This should be somehow supported by vim (wrap + conceal).
Seams like that issue already exists neovim/neovim#14409
When you have multiline code, that in concealed into one line, this happens with
vim-asciidoctor
:Is it possible to "unwrap" the line (but maybe keep an empty line to net shift everything needlessly around) or is that just a limitation of vims concealing that would need to be expensively worked around?