commit | 16d2c02c80e6d4822010816e085cabf91bf91423 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 19:46:18 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 19:46:18 2023 +0100 |
tree | 37a68424ac179f9fa5afff734ed79d2dfc9940ba | |
parent | d9a92dc70b20c76cef9ca186676583c92c14311c [diff] [blame] |
patch 9.0.1611: v:maxcol can be changed in a :for loop Problem: v:maxcol can be changed in a :for loop. Solution: Check for read-only loop variable. (closes #12470)
diff --git a/src/version.c b/src/version.c index a8f2104..2e3c240 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1611, +/**/ 1610, /**/ 1609,