commit | f57497276bc616d3856eeff9824c080941faa51b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 16:42:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 16:42:39 2020 +0200 |
tree | 45b7663715538411ec9539107460732ea41e6df5 | |
parent | 1a73923705744ab8297dd856d194e20297563456 [diff] [blame] |
patch 8.2.1822: list test doesn't fail Problem: List test doesn't fail. Solution: Adjust the test for NULL list handling.
diff --git a/src/version.c b/src/version.c index 8dabd60..e0bcc90 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1822, +/**/ 1821, /**/ 1820,