commit | 8ccbbeb620dcc73154de29c51100fe815cefe109 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 19:49:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 19:49:38 2022 +0000 |
tree | 2da5c4d7ade1cbfafe3d14d73050ad387b1b379c | |
parent | 7f687aaca9f2fd7c04f8a07effed92dd0164f6a2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 12d4f6e..2b61254 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4492, +/**/ 4491, /**/ 4490,