commit | 69afb7bf0aef4e9b39acbdb7849dd9c44b1345c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:55:55 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:55:55 2013 +0200 |
tree | ee999b818c3de6b4bad4db36f2073877143f7d17 | |
parent | 5de820b916c38d95f6af7f4315f827764d587497 [diff] [blame] |
updated for version 7.3.1092 Problem: Can't build with regexp debugging. NFA debug output shows wrong pattern. Solution: Fix debugging code for recent changes. Add the pattern to the program.
diff --git a/src/version.c b/src/version.c index 3824278..0e2c728 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1092, +/**/ 1091, /**/ 1090,