commit | 0270f38e1ae484c31a80c813a08691c47a207f1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 17 05:43:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 17 05:43:58 2018 +0200 |
tree | 19fcfdfcfc33b58f974666c21b9f54620d3f220f | |
parent | 3166afd945e57f04b231e71e054b9593cc29ff0b [diff] [blame] |
patch 8.1.0192: executing regexp recursively fails with a crash Problem: Executing regexp recursively fails with a crash. Solution: Move global variables into "rex".
diff --git a/src/version.c b/src/version.c index 670c2e3..cb2744d 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 192, +/**/ 191, /**/ 190,