summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-14 14:27:30 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-14 14:27:30 +0200
commitb521766c56c0e17db6e8615f35cf21012af0670c (patch)
treef443c04d8be083e6229a6b61344ac66df4588d5e /src/version.c
parent88c89c77229e725ab2613b022249e2f506d82b82 (diff)
patch 8.2.3342: test for :let errors failsv8.2.3342
Problem: Test for :let errors fails. Solution: Adjust the test and how to avoid a second error message.
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 e496112162..71633d7416 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 */
/**/
+ 3342,
+/**/
3341,
/**/
3340,