commit | 444d878324525787e55185ce3c3e29a3de9b700a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 12:40:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 12:40:56 2021 +0200 |
tree | 3ba1d657b5351910b563288156927453af0edc02 | |
parent | f3caeb63d62c08b579e9b5f40b35e8bf64dde87a [diff] [blame] |
patch 8.2.3051: Vim9: for loop with one list variable does not work Problem: Vim9: for loop with one list variable does not work. Solution: Use a separate flag for unpacking a list. (closes #8452)
diff --git a/src/version.c b/src/version.c index 32aec1b..1270c0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3051, +/**/ 3050, /**/ 3049,