mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00

Problem: After deleting characters in Insert mode such that lines are
joined undo does not work properly. (issue 324)
Solution: Use Insstart instead of Insstart_orig. (Christian Brabandt)
c3bbad085c