commit | f2253963c28e4791092620df6a6bb238c33168df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 13 20:53:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 13 20:53:13 2021 +0200 |
tree | 0533e1d0e8be901337b4f5eb6b2ae05c46938954 | |
parent | f48b2fa33cda94e963f6fa8b78f344385c9ebea6 [diff] [blame] |
patch 8.2.2759: Vim9: for loop infers type of loop variable Problem: Vim9: for loop infers type of loop variable. Solution: Do not get the member type. (closes #8102)
diff --git a/src/version.c b/src/version.c index 4e61210..fdb8d0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2759, +/**/ 2758, /**/ 2757,