commit | 6100d02aab7c8294b581cb299250eea164b50e9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 16:51:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 16:51:57 2016 +0200 |
tree | 753bb02aa6aa2b9121a640b343f5c0a220bfd40e | |
parent | 2ec618c9feac4573b154510236ad8121c77d0eca [diff] [blame] |
patch 8.0.0020 Problem: The regexp engines are not reentrant. Solution: Add regexec_T and save/restore the state when needed.
diff --git a/src/version.c b/src/version.c index 9e097af..b74ad2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 20, +/**/ 19, /**/ 18,