commit | 2ea773b468a1143214c2f12b91ab5e1e7abb4a14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 15 22:16:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 15 22:16:42 2019 +0100 |
tree | 54b8a7bd57ea53b6375ed04f2934172cffb2824a | |
parent | 177ab9e0262b1b3a6120bea655864ead487210e5 [diff] [blame] |
patch 8.1.0755: error message for get() on a Blob with invalid index Problem: Error message for get() on a Blob with invalid index. Solution: Return an empty Blob, like get() on a List does.
diff --git a/src/version.c b/src/version.c index cf58605..bb13765 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 755, +/**/ 754, /**/ 753,