mirror of
https://github.com/neovim/neovim.git
synced 2026-02-13 07:52:27 +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.