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)
This commit is contained in:
Bram Moolenaar
2021-08-25 22:37:36 +02:00
parent df9070e300
commit 4799cef85c
5 changed files with 32 additions and 15 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3376,
/**/
3375,
/**/