mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
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:

committed by
Justin M. Keyes

parent
37fe5aa444
commit
057e36ea19
@@ -228,7 +228,7 @@ static int included_patches[] = {
|
||||
//293,
|
||||
292,
|
||||
//291,
|
||||
//290,
|
||||
290,
|
||||
289,
|
||||
288,
|
||||
//287,
|
||||
|
Reference in New Issue
Block a user