]> granicus.if.org Git - vim/commit
patch 8.2.2897: Vim9: can use reserved words at the script level v8.2.2897
authorBram Moolenaar <Bram@vim.org>
Fri, 28 May 2021 19:06:08 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 May 2021 19:06:08 +0000 (21:06 +0200)
commitd0edaf9dc253e619ccc321ceaac321aee11c1ea5
tree27559339d69ea3bcfaa8cc8e6a87fd6e752c0d4b
parentdc3275a1ac73b6c4d0c9d2e238ea80b477705b6f
patch 8.2.2897: Vim9: can use reserved words at the script level

Problem:    Vim9: can use reserved words at the script level.
Solution:   Check variable names for reserved words. (closes #8253)
src/eval.c
src/proto/vim9script.pro
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c
src/vim9script.c