commit | b521766c56c0e17db6e8615f35cf21012af0670c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:27:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:27:30 2021 +0200 |
tree | f443c04d8be083e6229a6b61344ac66df4588d5e | |
parent | 88c89c77229e725ab2613b022249e2f506d82b82 [diff] [blame] |
patch 8.2.3342: test for :let errors fails Problem: Test for :let errors fails. Solution: Adjust the test and how to avoid a second error message.
diff --git a/src/version.c b/src/version.c index e496112..71633d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3342, +/**/ 3341, /**/ 3340,