mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:7.4.640
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
This commit is contained in:
@@ -356,7 +356,7 @@ static int included_patches[] = {
|
||||
// 643,
|
||||
// 642,
|
||||
// 641,
|
||||
// 640,
|
||||
640,
|
||||
// 639,
|
||||
// 638 NA
|
||||
637,
|
||||
|
Reference in New Issue
Block a user