]> granicus.if.org Git - vim/commit
patch 8.2.3418: garbage collection while evaluating may cause trouble v8.2.3418
authorChristian Brabandt <cb@256bit.org>
Thu, 9 Sep 2021 10:12:03 +0000 (12:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Sep 2021 10:12:03 +0000 (12:12 +0200)
commit070ac3433b0ebefd6dc6cd49707fcfa1421b9e67
tree025290f8278a526d4842fbf6ceabbe20a927c41c
parent072f1c68884a1e2d468a0f39e27fc28168fb4b03
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)
src/eval.c
src/version.c