]> granicus.if.org Git - vim/commit
patch 8.2.3376: Vim9: no warning that "@r" does not do anything v8.2.3376
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Aug 2021 20:37:36 +0000 (22:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Aug 2021 20:37:36 +0000 (22:37 +0200)
commit4799cef85ce43e26f5022290b41a7c85bbab8cad
tree89dc1cbf035efacf2f6091eb3396dc44d51857de
parentdf9070e300dabf0c54de87a75973a80adb38afa3
patch 8.2.3376: Vim9: no warning that "@r" does not do anything

Problem:    Vim9: no warning that "@r" does not do anything.
Solution:   Give a "no effect" error. (closes #8779)
src/ex_eval.c
src/proto/ex_eval.pro
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c