mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 09:44:31 +00:00
Problem: Unable to predict which byte-offset to place virtual text to
make it repeat visually in the wrapped part of a line.
Solution: Add a flag to nvim_buf_set_extmark() that causes virtual
text to repeat in wrapped lines.