commit | 2995e5cf4eb9651827788e14f9f42ab34ce4c7e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 21:41:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 21:41:47 2022 +0000 |
tree | 38e73fc832ca1ea6a5df97a3a53f66add12223cd | |
parent | 2e17fef225a58f478dc24ab1aaa20390c9abce57 [diff] [blame] |
patch 8.2.4590: Vim9: range type check has wrong offset Problem: Vim9: range type check has wrong offset. Solution: Adjust offset for CHECKTYPE. Remove other type check.
diff --git a/src/version.c b/src/version.c index 6f86d2b..682fdc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4590, +/**/ 4589, /**/ 4588,