commit | 348be7ed07d164970ec0004bc278e254eb0cf5bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 11:36:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 11:36:35 2020 +0100 |
tree | 28fd97017594dc89d5e1db6f8c648db2d574dad5 | |
parent | 4778b4d0e147793a4254cbda9c0e270250e970f5 [diff] [blame] |
patch 8.2.1949: Vim9: using extend() on null dict is silently ignored Problem: Vim9: using extend() on null dict is silently ignored. Solution: Give an error message. Initialize a dict variable with an empty dictionary. (closes #7251)
diff --git a/src/version.c b/src/version.c index d380452..112077a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1949, +/**/ 1948, /**/ 1947,