summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-21 17:57:26 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-21 17:57:26 +0200
commit459fbdbf9216bc7b4721fc192e08b35039036caa (patch)
treed038aa9267a2efe1e1dae0cefea0c26a4e1ca098 /src/version.c
parenta369c3d9c1217cd932bc3d1751a8cff1f5aef1e4 (diff)
downloadvim-git-459fbdbf9216bc7b4721fc192e08b35039036caa.tar.gz
patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799
Problem: Vim9: type casts don't fully work at the script level. Solution: Implement the missing piece.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1420e7bda..1c33c9f34 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2799,
+/**/
2798,
/**/
2797,