0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

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.
This commit is contained in:
Bram Moolenaar
2020-07-28 22:38:37 +02:00
parent 066b12e36c
commit b5ed266037
3 changed files with 109 additions and 68 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1313,
/**/
1312,
/**/