vim-patch:7.4.289 #752

Problem:    Pattern with repeated backreference does not match with new regexp
            engine. (Urtica Dioica)
Solution:   Also check the end of a submatch when deciding to put a state in
            the state list.

https://code.google.com/p/vim/source/detail?r=99374096a76b96d1128f5e6aa1fa92b4ba70fee9
This commit is contained in:
oni-link
2014-05-22 12:25:46 +02:00
committed by Justin M. Keyes
parent 8638578bf3
commit 2085acf478
4 changed files with 43 additions and 3 deletions

View File

@@ -202,6 +202,7 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
289,
288,
//287,
286,