commit | d597ab00d799aa078be32e6677e01a7582106105 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 17:56:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 17:56:33 2022 +0000 |
tree | f0617b7bb4a00f39e90ec66c9d255b50c588a640 | |
parent | 21dc8f1527fc41405b26a26bb0c318c4b7c1b5d4 [diff] [blame] |
patch 8.2.4581: null types not fully tested Problem: Null types not fully tested. Solution: Add some more tests using null types.
diff --git a/src/version.c b/src/version.c index fe974f6..fd63279 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4581, +/**/ 4580, /**/ 4579,