1
0
forked from aniani/vim

updated for version 7.4.074

Problem:    When undo'ing all changes and creating a new change the undo
            structure is incorrect. (Christian Brabandt)
Solution:   When deleting the branch starting at the old header, delete the
            whole branch, not just the first entry.
This commit is contained in:
Bram Moolenaar
2013-11-07 03:04:11 +01:00
parent f5a2fd880a
commit aa88732efd
2 changed files with 4 additions and 1 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
74,
/**/
73,
/**/