commit | c2ee44cc382d4b097f51ea3251f00fb35493ea4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 16:59:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 16:59:00 2020 +0200 |
tree | 2e4898d1e21091deeb29c749b5503f4e31cf7518 | |
parent | aa970abd0a987de96321d33db82f70bbceac931b [diff] [blame] |
patch 8.2.1355: Vim9: no error using :let for options and registers Problem: Vim9: no error using :let for options and registers. Solution: Give an error. (closes #6568)
diff --git a/src/version.c b/src/version.c index 066724e..c27c94a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1355, +/**/ 1354, /**/ 1353,