vim-patch:7.4.292 #754

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.

https://code.google.com/p/vim/source/detail?r=60cdaa05a6ad31cef55eb6b3dc1f57ecac6fcf79
This commit is contained in:
oni-link
2014-05-22 13:13:00 +02:00
committed by Justin M. Keyes
parent 01ca4600ba
commit 37fe5aa444
4 changed files with 29 additions and 18 deletions

View File

@@ -226,7 +226,7 @@ static int included_patches[] = {
//295,
//294,
//293,
//292,
292,
//291,
//290,
289,