mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00

The current description (especially the "unlimited width" part) is inaccurate in several ways: - The size of virtual text can depend on window width. In particular, the size of "above" virtual text can be equal to window width. - A double-width character that doesn't fit adds 1 to the virtual column of the following characters. - The size of 'showbreak' and 'breakindent' is counted. related: vim/vim#5713 closes: vim/vim#18447014c731fa5
(cherry picked from commit43f7434bd5
)