commit | 8e02faf4e903e33e41961ba042bb5146213813a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 16:35:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 16:35:02 2020 +0100 |
tree | e9bb3ee054bd7a1291b2fd2d5e822a6d6f8c98d4 | |
parent | 382319211a96adce089673c80eda982cc5259d0d [diff] [blame] |
patch 8.2.2010: Vim9: compiling fails for unreachable return statement Problem: Vim9: compiling fails for unreachable return statement. Solution: Fix it. (closes #7319)
diff --git a/src/version.c b/src/version.c index 7c8a370..c56640d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2010, +/**/ 2009, /**/ 2008,