commit | 64ffa9b5fb34adb0b20fc22e8127604274bc3010 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 12:23:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 12:23:06 2020 +0100 |
tree | 1af064858c44b80175a8c2e28609dce2c7378ffc | |
parent | 9c13f76275047a4d6302c077fb40bc9c397ff027 [diff] [blame] |
patch 8.2.1951: test for list and dict fails Problem: Test for list and dict fails. Solution: Adjust for using an empty list/dict for a null one.
diff --git a/src/version.c b/src/version.c index 150bfd2..d677744 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1951, +/**/ 1950, /**/ 1949,