commit | 67322bf74a106b6476b093e75da87d61e2181b76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 15:03:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 15:03:19 2020 +0100 |
tree | 6b99bac57200921542860cb25ead34f5470969f7 | |
parent | 918a4249176a8ccec3a34c9c7ef7bf4163676a63 [diff] [blame] |
patch 8.2.2100: insufficient testing for function range and dict Problem: Insufficient testing for function range and dict. Solution: Add a few tests. (Dominique Pellé, closes #7428)
diff --git a/src/version.c b/src/version.c index 9903918..2754d2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2100, +/**/ 2099, /**/ 2098,