comparison src/regexp.h @ 4583:321cfbef9431 v7.3.1039

updated for version 7.3.1039 Problem: New regexp engine does not support \%23c, \%<23c and the like. Solution: Implement them. (partly by Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 21:14:42 +0200
parents b2a8e3a66f8c
children 857f6c53f117
comparison
equal deleted inserted replaced
4582:39d830de8c09 4583:321cfbef9431
70 nfa_state_T *out; 70 nfa_state_T *out;
71 nfa_state_T *out1; 71 nfa_state_T *out1;
72 int id; 72 int id;
73 int lastlist; 73 int lastlist;
74 int negated; 74 int negated;
75 int val;
75 }; 76 };
76 77
77 /* 78 /*
78 * Structure used by the NFA matcher. 79 * Structure used by the NFA matcher.
79 */ 80 */