comparison src/version.c @ 5899:60cdaa05a6ad v7.4.292

updated for version 7.4.292 Problem: Searching for "a" does not match accented "a" with new regexp engine, does match with old engine. (David B?rgin) "ca" does not match "ca" with accented "a" with either engine. Solution: Change the old engine, check for following composing character also for single-byte patterns.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 18:04:00 +0200
parents b5972833add9
children 10fc95f48546
comparison
equal deleted inserted replaced
5898:f8327660d195 5899:60cdaa05a6ad
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 292,
737 /**/ 739 /**/
738 291, 740 291,
739 /**/ 741 /**/
740 290, 742 290,
741 /**/ 743 /**/