]> granicus.if.org Git - vim/commit
patch 8.2.2388: no easy way to get the maximum or mininum number value v8.2.2388
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2021 20:42:31 +0000 (21:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2021 20:42:31 +0000 (21:42 +0100)
commit57d5a01cb45d6edb16c3835a49b42d6d8fc0163e
tree114ec9c7507b14f7a4de6495a89310183e7f04da
parente32e516dfa46e9c5965d278f96aaf57573de8ac4
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.
runtime/doc/eval.txt
src/evalvars.c
src/testdir/test_eval_stuff.vim
src/version.c
src/vim.h