mirror of
https://github.com/neovim/neovim.git
synced 2026-06-19 18:12:35 +00:00
Problem: Extmark has support for horizontal scrolling and truncating, but not wrapping. Solution: Extend virt_lines_overflow flags to support "wrap" and "auto" based on proposed changes in #18282.