commit | b5ed266037dea49024e00c4e1f9c89f3a9ebaa60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 22:38:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 22:38:37 2020 +0200 |
tree | 7c7468a10b0991deece40bfedac43947fcc9b45a | |
parent | 066b12e36c32a87725303c0f71e968eb3f9a9f32 [diff] [blame] |
patch 8.2.1313: Vim9 script: cannot assign to environment variable Problem: Vim9 script: cannot assign to environment variable. Solution: Recognize environment variable assignment. (closes #6548) Also options and registers.
diff --git a/src/version.c b/src/version.c index 26bd7ac..fce9218 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1313, +/**/ 1312, /**/ 1311,