mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 17:54:48 +00: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>