]> granicus.if.org Git - vim/commit
patch 8.2.1355: Vim9: no error using :let for options and registers v8.2.1355
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Aug 2020 14:59:00 +0000 (16:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Aug 2020 14:59:00 +0000 (16:59 +0200)
commitc2ee44cc382d4b097f51ea3251f00fb35493ea4f
tree2e4898d1e21091deeb29c749b5503f4e31cf7518
parentaa970abd0a987de96321d33db82f70bbceac931b
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)
src/evalvars.c
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c