comparison src/version.c @ 6629:347747485343 v7.4.640

updated for version 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)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 17:50:26 +0100
parents 43f444efe6a2
children e527af42e108
comparison
equal deleted inserted replaced
6628:a01e15530232 6629:347747485343
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 640,
744 /**/ 746 /**/
745 639, 747 639,
746 /**/ 748 /**/
747 638, 749 638,
748 /**/ 750 /**/