1
0
forked from aniani/vim

patch 8.2.2278: falling back to old regexp engine can some patterns

Problem:    Falling back to old regexp engine can some patterns.
Solution:   Do not fall back once [[:lower:]] or [[:upper:]] is used.
            (Christian Brabandt, closes #7572)
This commit is contained in:
Bram Moolenaar
2021-01-02 17:43:49 +01:00
parent 9281c6cae4
commit 66c50c5653
4 changed files with 73 additions and 3 deletions

View File

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