commit | d9d7789b6fe5f2b4074375ee9f1c0bad3e4d3cfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 21:32:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 21:32:47 2021 +0100 |
tree | c4f8094ae801dab2d4bed5e048ead94cb0922417 | |
parent | ca753ec862f8191f1fc5ed161753704a488ed08d [diff] [blame] |
patch 8.2.2503: Vim9: a caught error may leave something on the stack Problem: Vim9: a caught error may leave something on the stack. Solution: Drop items from the stack if needed. (closes #7826)
diff --git a/src/version.c b/src/version.c index ac9087a..60f8a71 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2503, +/**/ 2502, /**/ 2501,