commit | ea87069d7814497181483877651aef6d97182120 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 14:24:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 14:24:30 2020 +0100 |
tree | 36b8be8ec54b0972a58b5fb634da18202fbcabb3 | |
parent | 38bd8de551225bfca133805f21cee2592f0c759d [diff] [blame] |
patch 8.2.2080: Vim9: no proper error message for using s:var in for loop Problem: Vim9: no proper error message for using s:var in for loop. Solution: Give a specific error.
diff --git a/src/version.c b/src/version.c index 3a20581..e3d5b6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2080, +/**/ 2079, /**/ 2078,