commit | 436472f5e0328dc4a635b1c344c04a62d64132ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:54:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:54:43 2020 +0100 |
tree | 15c52d18892b26f6c47035c5d93ea56c26692947 | |
parent | 85683ec620be199d63af3b0542a03eeb72b08fb6 [diff] [blame] |
patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work Problem: Vim9: assigning [] to list<string> doesn't work. Solution: Use void for empty list and dict. (Ken Takata, closes #5669)
diff --git a/src/version.c b/src/version.c index 58b84d0..3cab8b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 291, +/**/ 290, /**/ 289,