commit | 39211cba723a2cb58a97c7e08826713164b86efc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 18 15:48:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 18 15:48:04 2021 +0200 |
tree | 5b20b13262989009553c92ae016f8389552844d1 | |
parent | b7c21afef14bba0208f2c40d47c050a004eb2f34 [diff] [blame] |
patch 8.2.2782: Vim9: blob operations not fully tested Problem: Vim9: blob operations not fully tested. Solution: Make more blob tests run in Vim9 script. Fix filter(). Make insert() give an error for a null blob, like add().
diff --git a/src/version.c b/src/version.c index 6216faf..811370c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2782, +/**/ 2781, /**/ 2780,