commit | 4830c211a47f39edcf1827ffd787306faf65c2a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:59:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:59:27 2021 +0200 |
tree | 27a47faa5042d9aa47553e89c6594f7e1d2fe696 | |
parent | b521766c56c0e17db6e8615f35cf21012af0670c [diff] [blame] |
patch 8.2.3343: Vim9: autoload test fails Problem: Vim9: autoload test fails. Solution: Adjust the way the second message is avoided
diff --git a/src/version.c b/src/version.c index 71633d7..b493c63 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3343, +/**/ 3342, /**/ 3341,