commit | 57d5a01cb45d6edb16c3835a49b42d6d8fc0163e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 21:42:31 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 21:42:31 2021 +0100 |
tree | 114ec9c7507b14f7a4de6495a89310183e7f04da | |
parent | e32e516dfa46e9c5965d278f96aaf57573de8ac4 [diff] [blame] |
patch 8.2.2388: no easy way to get the maximum or mininum number value Problem: No easy way to get the maximum or mininum number value. Solution: Add v:numbermax and v:numbermin.
diff --git a/src/version.c b/src/version.c index c911ed4..6d99990 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2388, +/**/ 2387, /**/ 2386,