mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 02:51:22 +10:00
Problem: Cursor in wrong position when inserting after virtual text. (Ben
Jackson)
Solution: Put the cursor after the virtual text, where the text will be
inserted. (closes vim/vim#10914)
28c9f89571
Co-authored-by: Bram Moolenaar <Bram@vim.org>