mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 20:07:23 +00:00
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following
cursor movement command. (Christian Brabandt)
8b5f65a527
Closes #3492