commit | 227c58a486d2459e7bf6ed2c917ede7e324e3570 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 28 20:40:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 28 20:40:44 2021 +0200 |
tree | a434fdecc3b284630170b61d7db110f40772988a | |
parent | 03717bf6a27d753fe8f9d713d66594fb1940515f [diff] [blame] |
patch 8.2.2817: Vim9: script sourcing continues after an error Problem: Vim9: script sourcing continues after an error. Solution: Make an error in any command in "vim9script" abort sourcing.
diff --git a/src/version.c b/src/version.c index b1d5be7..0158d89 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2817, +/**/ 2816, /**/ 2815,