commit | 3b1373b193ce5fbf25e852277a4ecc98688c7bb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:01:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:01:42 2021 +0200 |
tree | 5d8343ef3e9a3ecac8618b4846fc24fec7d50797 | |
parent | 1764faa38645a559172e9a31f08447385835de81 [diff] [blame] |
patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement Problem: Vim9: "legacy return" is not recognized as a return statement. Solution: Specifically check for a return command. (closes #8213)
diff --git a/src/version.c b/src/version.c index cd42c0a..fca2cd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2861, +/**/ 2860, /**/ 2859,