mirror of
https://github.com/neovim/neovim.git
synced 2026-02-14 08:22:04 +10:00
Problem: Cursor is not after inline virtual text with left gravity
when inserting after the end of the line.
Solution: Add width of inline virtual text with left gravity to cursor
virtcol in Insert mode even if on a NUL.