vim-patch:7.4.290 #753

Problem:    A non-greedy match followed by a branch is too greedy. (Ingo
            Karkat)
Solution:   Add NFA_MATCH when it is already in the state list if the position
            differs.

https://code.google.com/p/vim/source/detail?r=b871734bf54ea185dbd2cc759d86dbfbe21cde26
This commit is contained in:
oni-link
2014-05-22 12:41:41 +02:00
committed by Justin M. Keyes
parent 37fe5aa444
commit 057e36ea19
4 changed files with 27 additions and 9 deletions

View File

@@ -228,7 +228,7 @@ static int included_patches[] = {
//293,
292,
//291,
//290,
290,
289,
288,
//287,