commit | ef7aadbe36ad43a1b909f5f6c7e9b170ad62ef91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 18:46:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 18:46:07 2022 +0000 |
tree | a97150cc386a6fe634d987166c11d7bbf3c64576 | |
parent | d02dce2bb572f0e6b4570442e9cdbed14ef41820 [diff] [blame] |
patch 8.2.4138: Vim9: no error for return with argument when invalid Problem: Vim9: no error for return with argument when the function does not return anything. Solution: Give an error for the invalid argument. (issue #9497)
diff --git a/src/version.c b/src/version.c index 67e9ca5..6198d41 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4138, +/**/ 4137, /**/ 4136,