commit | efd885559405e1561d577e1b0e6fa827705d285e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 20:50:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 20:50:10 2020 +0200 |
tree | 61a3f507fbe5e8c33a47e6307e397d80990c6486 | |
parent | 9b68c82b7ca768100f3eb4223d100c62c5429e53 [diff] [blame] |
patch 8.2.1006: Vim9: require unnecessary return statement Problem: Vim9: require unnecessary return statement. Solution: Improve the use of the had_return flag. (closes #6270)
diff --git a/src/version.c b/src/version.c index 8fe49c5..080a8b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1006, +/**/ 1005, /**/ 1004,