summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-08 21:38:50 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-08 21:38:50 +0200
commitc967d57aa9a6bede0f50c6986dcddc1dc035a354 (patch)
tree7b4830d81fc898ceda58a5e5372eb8df97adadf7 /src/version.c
parentf055d4502365f24de6c0f210a06e2c146a75dc4d (diff)
patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129
Problem: Vim9: imported uninitialized list does not get type checked. Solution: Get type from imported variable.
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 c523be2299..6a5997070e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3129,
+/**/
3128,
/**/
3127,