commit | 9ae3705b6ebd45086ca13c0f93a93f943559bd15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 22:31:10 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 22:31:10 2021 +0100 |
tree | fd50afc8f9a7b33bf61683aca9e436f65957a146 | |
parent | 4bce26bb70144633713e7e8f149ba99cac511336 [diff] [blame] |
patch 8.2.2394: Vim9: min() and max() return type is "any" Problem: Vim9: min() and max() return type is "any". Solution: Use return type "number". (closes #7728)
diff --git a/src/version.c b/src/version.c index 02fd3fa..63fc0b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2394, +/**/ 2393, /**/ 2392,