commit | 3f45d67a150f934ab819c3739cf189a0e2c9545c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 22:06:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 22:06:51 2023 +0000 |
tree | 6a221a2ff0bf1f90f48d7592b401a8217a95df5b | |
parent | 99ad3a8bb95c6f860545a050472b6181e33bac1a [diff] [blame] |
patch 9.0.1363: crash when :def function has :break in skipped block Problem: Crash when :def function has :break in skipped block. (Ernie Rael) Solution: Don't generate a jump for a skipped :break. (closes #12077)
diff --git a/src/version.c b/src/version.c index b694119..aa9f884 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1363, +/**/ 1362, /**/ 1361,