commit | a71e2633207557c31432c954194078cb6062d04f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 15:11:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 15:11:03 2020 +0200 |
tree | e5d021e419b5cffcd6895216307236402fd53d9e | |
parent | f9b2b49663226235f94f08230fe9023caf80a6e9 [diff] [blame] |
patch 8.2.1374: Vim9: error for assigning empty list to script variable Problem: Vim9: error for assigning empty list to script variable. Solution: Use t_unknown for empty list member. (closes #6595)
diff --git a/src/version.c b/src/version.c index 7b1b8d8..abf2af0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1374, +/**/ 1373, /**/ 1372,