commit | 459fbdbf9216bc7b4721fc192e08b35039036caa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 17:57:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 17:57:26 2021 +0200 |
tree | d038aa9267a2efe1e1dae0cefea0c26a4e1ca098 | |
parent | a369c3d9c1217cd932bc3d1751a8cff1f5aef1e4 [diff] [blame] |
patch 8.2.2799: Vim9: type casts don't fully work at the script level Problem: Vim9: type casts don't fully work at the script level. Solution: Implement the missing piece.
diff --git a/src/version.c b/src/version.c index 1420e7b..1c33c9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2799, +/**/ 2798, /**/ 2797,