mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 13:02:04 +10:00
Problem: Cursor position wrong with virtual text before Tab.
Solution: Use the byte length, not the cell with, to compare the column.
Correct tab size after text prop. (closes vim/vim#10866)
e428fa04a7
Co-authored-by: Bram Moolenaar <Bram@vim.org>