commit | ffdf8adfa8108d4765fdc68abbd2fe49a4292b25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 22:29:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 22:29:17 2020 +0200 |
tree | b82cf803d463b30816a79eb8a2d3a401259cf04b | |
parent | 27491cd3ef86c10a2b64bcb657f29e1d0fccb183 [diff] [blame] |
patch 8.2.1852: map() returing zero for NULL list is unexpected Problem: map() returing zero for NULL list is unexpected. Solution: Return the empty list. (closes #7133)
diff --git a/src/version.c b/src/version.c index 934b822..266c7c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1852, +/**/ 1851, /**/ 1850,