commit | ea04a6e8baff2f27da7cdd54bf70a5525994f76d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 13:38:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 13:38:02 2020 +0200 |
tree | d8578e5bec3f99d462191ba6eb49f83c60211181 | |
parent | db950e4c0318c084c31bc7b50665284f4a47c285 [diff] [blame] |
patch 8.2.0619: null dict is not handled like an empty dict Problem: Null dict is not handled like an empty dict. Solution: Fix the code and add tests. (Yegappan Lakshmanan, closes #5968)
diff --git a/src/version.c b/src/version.c index c080084..ad34a91 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 619, +/**/ 618, /**/ 617,