comparison src/version.c @ 5398:eb33cadafcab v7.4.050

updated for version 7.4.050 Problem: "gn" selects too much for the pattern "\d" when there are two lines with a single digit. (Ryan Carney) Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Oct 2013 21:55:02 +0200
parents 15c1b8a20da6
children e7a2f217a385
comparison
equal deleted inserted replaced
5397:20068068e3f9 5398:eb33cadafcab
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 50,
741 /**/ 743 /**/
742 49, 744 49,
743 /**/ 745 /**/
744 48, 746 48,
745 /**/ 747 /**/