1
0
forked from aniani/vim

patch 9.0.0810: readblob() returns empty when trying to read too much

Problem:    readblob() returns empty when trying to read too much.
Solution:   Return what is available.
This commit is contained in:
Bram Moolenaar
2022-10-21 11:25:30 +01:00
parent 63c84731c1
commit 5b2a3d77d3
4 changed files with 32 additions and 13 deletions

View File

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