commit | f6a8d420a8d2924737f713de046947dcb487550c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 13 21:48:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 13 21:48:03 2021 +0200 |
tree | af3f8d31770494ee325c10689132f58306141507 | |
parent | f2253963c28e4791092620df6a6bb238c33168df [diff] [blame] |
patch 8.2.2760: Vim9: no error for changing a for loop variable Problem: Vim9: no error for changing a for loop variable. Solution: Make the loop variable read-only. (issue #8102)
diff --git a/src/version.c b/src/version.c index fdb8d0a..4861ba1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2760, +/**/ 2759, /**/ 2758,