commit | 070ac3433b0ebefd6dc6cd49707fcfa1421b9e67 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Sep 09 12:12:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 09 12:12:03 2021 +0200 |
tree | 025290f8278a526d4842fbf6ceabbe20a927c41c | |
parent | 072f1c68884a1e2d468a0f39e27fc28168fb4b03 [diff] [blame] |
patch 8.2.3418: garbage collection while evaluating may cause trouble Problem: Garbage collection while evaluating may cause trouble. Solution: Disable garbage collection while evaluating an expression. (Christian Brabandt, issue #8848)
diff --git a/src/version.c b/src/version.c index 41b79a7..b6216e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3418, +/**/ 3417, /**/ 3416,