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

committed by
Justin M. Keyes

parent
8638578bf3
commit
2085acf478
@@ -202,6 +202,7 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
289,
|
||||
288,
|
||||
//287,
|
||||
286,
|
||||
|
Reference in New Issue
Block a user