commit | 072f1c68884a1e2d468a0f39e27fc28168fb4b03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 20:40:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 20:40:34 2021 +0200 |
tree | ab3fc9cb142a15558aa6e06965e1c9b5bda9d9ca | |
parent | 36f691f5f1d0676f080cc97d697d742ed5cc8251 [diff] [blame] |
patch 8.2.3417: Vim9: a failing debug expression aborts script sourcing Problem: Vim9: a failing debug expression aborts script sourcing. Solution: Do not let expression failure abort script sourcing. (closes #8848)
diff --git a/src/version.c b/src/version.c index c28a302..41b79a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3417, +/**/ 3416, /**/ 3415,