commit | 84934998806408db3f3ecff7ac4c3980e0c2a96e | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Sat Aug 07 13:26:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 13:26:53 2021 +0200 |
tree | 5894dbb121834f24eb2198da9ebcdcd59cf02071 | |
parent | c611941c606328740b6e9acc1191a5d97ace13e2 [diff] [blame] |
patch 8.2.3305: Vim9: :finally in skipped block not handled correctly Problem: Vim9: :finally in skipped block not handled correctly. Solution: Check whether :finally is in a skipped block. (Naruhiko Nishino, closes #8724)
diff --git a/src/version.c b/src/version.c index 206234d..d111761 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3305, +/**/ 3304, /**/ 3303,