patch 8.2.3265: smartcase does not work correctly in very magic pattern

Problem:    Smartcase does not work correctly in very magic pattern.
Solution:   Take the magicness into account when skipping over regexp items.
            (Christian Brabandt, closes #8682, closes #7845)
This commit is contained in:
Christian Brabandt
2021-08-01 12:44:37 +02:00
committed by Bram Moolenaar
parent f24f51d030
commit 78ba933d18
3 changed files with 66 additions and 1 deletions

View File

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