commit | d895b1d918f7d56dd9dd564be4820082ba6492e9 | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Fri Aug 20 20:54:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 20 20:54:25 2021 +0200 |
tree | fac233d7aa5b0b1428b32dbc16ff6b99b0ba1143 | |
parent | 5aec755b678cfd434b8ea2158d06992f33e1ff80 [diff] [blame] |
patch 8.2.3361: Vim9: crash with nested :while Problem: Vim9: crash with nested :while. Solution: Handle skipping better. (Naruhiko Nishino, closes #8778)
diff --git a/src/version.c b/src/version.c index 2d890f8..e064df3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3361, +/**/ 3360, /**/ 3359,