commit | fe090eb58fad1aaf83267d0b4ace9f024a5ba2bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 21:48:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 21:48:32 2021 +0200 |
tree | c9446376111c5970b61b74ff6b1ca1ed58848248 | |
parent | 6bc00699c5049c40761d212bef1b490e2af7944c [diff] [blame] |
patch 8.2.2770: Vim9: type of loop variable is not used Problem: Vim9: type of loop variable is not used. Solution: Parse and check the variable type. (closes #8107)
diff --git a/src/version.c b/src/version.c index 8c558b2..8cbe3d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2770, +/**/ 2769, /**/ 2768,