summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-07 21:49:52 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-07 21:49:52 +0100
commit8ff16e0183e0b07f34c0db8160cf6a472c427eb8 (patch)
tree0d32abe25a66ee4cc1da42d7b774011348e030bb /src/version.c
parentb237ae7b837a31922d31c3a27b7c66e63468b8a8 (diff)
downloadvim-git-8ff16e0183e0b07f34c0db8160cf6a472c427eb8.tar.gz
patch 8.2.2107: Vim9: some errors not testedv8.2.2107
Problem: Vim9: some errors not tested. Solution: Add tests. Fix getting the right error.
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 b0df92435..8dba7a605 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 */
/**/
+ 2107,
+/**/
2106,
/**/
2105,