commit | c2d09c9f2ce487a6971af9306e382d7b38805456 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 20:07:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 20:07:51 2019 +0200 |
tree | e6bf1f20e8a0de753f667a5885accfdadbc4a640 | |
parent | 725310d89e1ba268bf410472b7de054c6c260161 [diff] [blame] |
patch 8.1.1202: always get regexp debugging logs when building with -DDEBUG Problem: Always get regexp debugging logs when building with -DDEBUG. Solution: By default do not create regexp debugging logs. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 2fcdef1..f865c3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1202, +/**/ 1201, /**/ 1200,