mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user