1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-23 14:52:06 +00:00
parent cc9d725bbb
commit 65259b5c6a
3 changed files with 13 additions and 1 deletions

View File

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