1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-05-29 21:14:42 +02:00
parent 28c2191949
commit 423532e10d
5 changed files with 180 additions and 21 deletions

View File

@@ -72,6 +72,7 @@ struct nfa_state
int id;
int lastlist;
int negated;
int val;
};
/*