1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-01-21 21:42:31 +01:00
parent e32e516dfa
commit 57d5a01cb4
5 changed files with 47 additions and 30 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2388,
/**/
2387,
/**/