]> granicus.if.org Git - vim/commit
patch 8.2.3361: Vim9: crash with nested :while v8.2.3361
authorrbtnn <naru123456789@gmail.com>
Fri, 20 Aug 2021 18:54:25 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Aug 2021 18:54:25 +0000 (20:54 +0200)
commitd895b1d918f7d56dd9dd564be4820082ba6492e9
treefac233d7aa5b0b1428b32dbc16ff6b99b0ba1143
parent5aec755b678cfd434b8ea2158d06992f33e1ff80
patch 8.2.3361: Vim9: crash with nested :while

Problem:    Vim9: crash with nested :while.
Solution:   Handle skipping better. (Naruhiko Nishino, closes #8778)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c