commit | bebf06954e1c801870b57e06ab03151c2654d079 | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Sat Aug 21 17:26:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 21 17:26:50 2021 +0200 |
tree | b6b7aedc49e45774e11ac47f73efdda6944a06f6 | |
parent | b8bd2e6ebab03baf2672067067a599df69a278c0 [diff] [blame] |
patch 8.2.3364: Vim9: crash when :for is skipped Problem: Vim9: crash when :for is skipped. Solution: Skip more code generation. (Naruhiko Nishino, closes #8777)
diff --git a/src/version.c b/src/version.c index 25e0d82..146eb8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3364, +/**/ 3363, /**/ 3362,