comparison src/version.c @ 5349:73cc7272de5e v7.4.027

updated for version 7.4.027 Problem: Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Sep 2013 20:00:48 +0200
parents 6bbb2ae990c9
children 923738744a60
comparison
equal deleted inserted replaced
5348:dfdc81191d2e 5349:73cc7272de5e
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 27,
741 /**/ 743 /**/
742 26, 744 26,
743 /**/ 745 /**/
744 25, 746 25,
745 /**/ 747 /**/