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:
@@ -72,6 +72,7 @@ struct nfa_state
|
||||
int id;
|
||||
int lastlist;
|
||||
int negated;
|
||||
int val;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user