commit | 65259b5c6a8ad4edaf6eeb8dbb7b50342c64d403 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 14:52:06 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 14:52:06 2021 +0000 |
tree | 3292326c6148c61257464f291f5ee5a1b9e2432d | |
parent | cc9d725bbb515baf172c2be21de12d35a961e4ee [diff] [blame] |
patch 8.2.3656: Vim9: no error for an evironment variable by itself Problem: Vim9: no error for an evironment variable by itself. Solution: Give a "without effect" error. (closes #9166)
diff --git a/src/version.c b/src/version.c index ea77645..e479630 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3656, +/**/ 3655, /**/ 3654,