diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-28 22:38:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-28 22:38:37 +0200 |
commit | b5ed266037dea49024e00c4e1f9c89f3a9ebaa60 (patch) | |
tree | 7c7468a10b0991deece40bfedac43947fcc9b45a /src/version.c | |
parent | 066b12e36c32a87725303c0f71e968eb3f9a9f32 (diff) | |
download | vim-git-b5ed266037dea49024e00c4e1f9c89f3a9ebaa60.tar.gz |
patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313
Problem: Vim9 script: cannot assign to environment variable.
Solution: Recognize environment variable assignment. (closes #6548)
Also options and registers.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 26bd7ac65..fce921888 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1313, +/**/ 1312, /**/ 1311, |