mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 01:54:05 +10:00
Problem: blockwise Visual highlight not working with virtual text
Solution: Reset the correct variable at the end of virtual selection and
Check for double-width char inside virtual text.
closes: vim/vim#12606
6e940d9a1d
Need to remove area_active and use wlv.fromcol and wlv.tocol directly.