commit | 500c4442834363e02541da564f0b87b82d5783cd | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Fri Dec 02 18:12:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 18:12:05 2022 +0000 |
tree | 1254545d4f0563ce85d0b9450c76ccc85e57a99b | |
parent | c67c89c7589253215d57bad588edcf83a9403560 [diff] [blame] |
patch 9.0.0992: Vim9 script: get E1096 when comment follows return Problem: Vim9 script: get E1096 when comment follows return. Solution: Adjust condition for return without expression. (closes #11654)
diff --git a/src/version.c b/src/version.c index 07a6093..e78066e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 992, +/**/ 991, /**/ 990,