commit | 423532e10d7335750afbace57ba65c0b6f138756 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 21:14:42 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 21:14:42 2013 +0200 |
tree | 2192ae232cc2e3abd065d26bb8a8d7a4436e7e58 | |
parent | 28c21919499319d26077aec1d40e54f5b8fbd367 [diff] [blame] |
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)
diff --git a/src/regexp.h b/src/regexp.h index f8ff096..69075b5 100644 --- a/src/regexp.h +++ b/src/regexp.h
@@ -72,6 +72,7 @@ int id; int lastlist; int negated; + int val; }; /*