1
0
forked from aniani/vim

patch 8.2.4492: no error if an option is given a value with ":let &opt = val"

Problem:    No error if an option is given an invalid value with
            ":let &opt = val".
Solution:   Give the error. (closes #9864)
This commit is contained in:
Bram Moolenaar
2022-03-02 19:49:38 +00:00
parent 7f687aaca9
commit 8ccbbeb620
3 changed files with 8 additions and 1 deletions

View File

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