commit | 3a3b10e87a10dd0bc355618dbfc4a0a6c828aad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 15:00:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 15:00:59 2021 +0200 |
tree | e74e88f7d0cbf28ff9d9af3ae9a371348656cdfa | |
parent | 4d5dfe20839e9d13c95eaf4254467f952653b042 [diff] [blame] |
patch 8.2.3055: strange error for assigning to "x.key" on non-dictionary Problem: Strange error for assigning to "x.key" on non-dictionary. Solution: Add a specific error message. (closes #8451)
diff --git a/src/version.c b/src/version.c index 2002223..6d907d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3055, +/**/ 3054, /**/ 3053,