summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-08 11:29:40 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-08 11:29:40 +0100
commit083966f671475ae1b67f746f0b3f5309a45dfd8f (patch)
treed3237c6e412c91ba4cd4878027d135147a84946b /src/version.c
parent8ff16e0183e0b07f34c0db8160cf6a472c427eb8 (diff)
downloadvim-git-083966f671475ae1b67f746f0b3f5309a45dfd8f.tar.gz
patch 8.2.2108: Vim9: no test to check for :let errorv8.2.2108
Problem: Vim9: no test to check for :let error. Solution: Add a test. Rename tests from _let_ to _var_.
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 8dba7a605..5ac7d2e92 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 */
/**/
+ 2108,
+/**/
2107,
/**/
2106,