diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-25 20:19:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-25 20:19:50 +0200 |
commit | 4b41706477bccb6f0b3f5154f09af30e9fc4f452 (patch) | |
tree | e77da44ff02c08064f5b0d073c6a77ab3cc0adc1 /src/regexp.h | |
parent | f47ca63dbcc547fa7d16ff4a0e8729ba9c3c508a (diff) | |
download | vim-git-4b41706477bccb6f0b3f5154f09af30e9fc4f452.tar.gz |
updated for version 7.3.1017v7.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.
Diffstat (limited to 'src/regexp.h')
-rw-r--r-- | src/regexp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regexp.h b/src/regexp.h index 1fe42729e..88f9cfbf6 100644 --- a/src/regexp.h +++ b/src/regexp.h @@ -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 |