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/version.c b/src/version.c index d51c249..b9db33d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1039, +/**/ 1038, /**/ 1037,