1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2014-05-13 18:04:00 +02:00
parent 6e13207d82
commit 6082bea6ac
4 changed files with 29 additions and 13 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
292,
/**/
291,
/**/