commit | 2d3ac2e03093c4b0ae5d18c5f2f51ae0c2a9ec72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 12:34:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 12:34:05 2022 +0000 |
tree | d2b934718119e9e54d1bfeb02424b818e315385e | |
parent | 381692b6f1c2ec9b73a139500286ddc9347a1c01 [diff] [blame] |
patch 8.2.4287: cannot assign empty list with type to variable with list type Problem: Cannot assign empty list with any list type to variable with specific list type. Solution: Use unknown list type for empty list if the specified type is any.
diff --git a/src/version.c b/src/version.c index e6edb17..b53b4eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4287, +/**/ 4286, /**/ 4285,