comparison src/version.c @ 5448:9818311eeca0 v7.4.074

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.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Nov 2013 03:04:11 +0100
parents d0595545e98a
children 829aa8c8449d
comparison
equal deleted inserted replaced
5447:e3d25cf437c4 5448:9818311eeca0
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 74,
741 /**/ 743 /**/
742 73, 744 73,
743 /**/ 745 /**/
744 72, 746 72,
745 /**/ 747 /**/