]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4492: no error if an option is given a value with ":let &opt = val" v8.2.4492
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Mar 2022 19:49:38 +0000 (19:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Mar 2022 19:49:38 +0000 (19:49 +0000)
commit8ccbbeb620dcc73154de29c51100fe815cefe109
tree2da5c4d7ade1cbfafe3d14d73050ad387b1b379c
parent7f687aaca9f2fd7c04f8a07effed92dd0164f6a2
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)
src/evalvars.c
src/testdir/test_options.vim
src/version.c