0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.3.1017

Problem:    Zero width match changes length of match.
Solution:   For a zero width match put new states in the current position in
            the state list.
This commit is contained in:
Bram Moolenaar
2013-05-25 20:19:50 +02:00
parent f47ca63dbc
commit 4b41706477
5 changed files with 99 additions and 37 deletions

View File

@@ -29,8 +29,6 @@
typedef struct regengine regengine_T;
typedef struct thread thread_T;
/*
* Structure returned by vim_regcomp() to pass on to vim_regexec().
* This is the general structure. For the actual matcher, two specific