commit | 4799cef85ce43e26f5022290b41a7c85bbab8cad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 22:37:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 22:37:36 2021 +0200 |
tree | 89dc1cbf035efacf2f6091eb3396dc44d51857de | |
parent | df9070e300dabf0c54de87a75973a80adb38afa3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5211f8f..22dc440 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3376, +/**/ 3375, /**/ 3374,