]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2386: Vim9: crash when using ":silent! put" v8.2.2386
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2021 18:41:16 +0000 (19:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2021 18:41:16 +0000 (19:41 +0100)
commitf904133e1a5ea84a124d3ece12b1f0a7392f1ca7
treeb2d343765705678eb9fc461202332f5508773f88
parente71996bd0865659bde5450f466bc3e53e83431b2
patch 8.2.2386: Vim9: crash when using ":silent! put"

Problem:    Vim9: crash when using ":silent! put".
Solution:   When ignoring an error for ":silent!" rewind the stack and skip
            ahead to restoring the cmdmod. (closes #7717)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c