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:
Shougo Matsushita
2015-12-13 12:52:09 +09:00
parent f183cc14de
commit f1b9a59ed6
2 changed files with 4 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ static int included_patches[] = {
// 643,
// 642,
// 641,
// 640,
640,
// 639,
// 638 NA
637,