mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 12:57:45 +00:00
Problem: Change applied ind3e495ceuses a byte-offset where a virtual column is expected. Solution: Set the cursor directly through a <Cmd> mapping, while making sure the commands are ordered correctly by adding them to the type-ahead buffer. (cherry picked from commit019b2050e1)