1
0
forked from aniani/vim

patch 8.0.0618: NFA regex engine handles [0-z] incorrectly

Problem:    NFA regex engine handles [0-z] incorrectly.
Solution:   Return at the right point. (James McCoy, closes #1703)
This commit is contained in:
Bram Moolenaar
2017-06-05 13:30:06 +02:00
parent 763209c57b
commit bb7943b792
4 changed files with 23 additions and 7 deletions

View File

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