]> granicus.if.org Git - vim/commit
patch 8.2.1465: Vim9: subscript not handled properly v8.2.1465
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Aug 2020 12:48:19 +0000 (14:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Aug 2020 12:48:19 +0000 (14:48 +0200)
commit56acb0943ede35cd9d2f6667cde2442819ccbf59
treed35aa5928ec6d46f07ea1ed4f1e5fb2f00bfa7dc
parent829ac868b7615d73dbfb536f7fcd44fc7c5b7c1d
patch 8.2.1465: Vim9: subscript not handled properly

Problem:    Vim9: subscript not handled properly.
Solution:   Adjust error message.  Remove dead code.  Disallow string to
            number conversion in scripts.
src/errors.h
src/eval.c
src/list.c
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_script.vim
src/typval.c
src/version.c
src/vim9compile.c
src/vim9execute.c