commit | 586268721dd5d6e50903a8a457f02e0dda901856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 14:06:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 14:06:38 2020 +0200 |
tree | bc6334d9899191937f12bedaaf0e140f5e7c7e93 | |
parent | af50e899e70ee34d5356846afbea7d75701cb22b [diff] [blame] |
patch 8.2.1337: Vim9: cannot use empty key in dict assignment Problem: Vim9: cannot use empty key in dict assignment. Solution: Allow empty key. (closes #6591)
diff --git a/src/version.c b/src/version.c index bf22a76..661875a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1337, +/**/ 1336, /**/ 1335,