comparison src/version.c @ 5018:d6a7dea44a86 v7.3.1253

updated for version 7.3.1253 Problem: Still undo problem after using CTRL-R = setline(). (Hirohito Higashi) Solution: Set the ins_need_undo flag.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Jun 2013 22:21:24 +0200
parents 875a0aeb301c
children 5eff37e92f03
comparison
equal deleted inserted replaced
5017:13ae542e58ba 5018:d6a7dea44a86
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1253,
731 /**/ 733 /**/
732 1252, 734 1252,
733 /**/ 735 /**/
734 1251, 736 1251,
735 /**/ 737 /**/