From 4b41706477bccb6f0b3f5154f09af30e9fc4f452 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 May 2013 20:19:50 +0200 Subject: 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. --- src/regexp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/regexp.h') 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 -- cgit v1.2.1