1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2019-01-15 22:16:42 +01:00
parent 177ab9e026
commit 2ea773b468
3 changed files with 21 additions and 3 deletions

View File

@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
755,
/**/
754,
/**/