comparison src/version.c @ 5345:9085d32d7424 v7.4.025

updated for version 7.4.025 Problem: Reading before start of a string. Solution: Do not call mb_ptr_back() at start of a string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Sep 2013 16:03:45 +0200
parents 00d61a47df66
children 6bbb2ae990c9
comparison
equal deleted inserted replaced
5344:a62a2fb4d487 5345:9085d32d7424
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 25,
741 /**/ 743 /**/
742 24, 744 24,
743 /**/ 745 /**/
744 23, 746 23,
745 /**/ 747 /**/