commit | 299f3036ec21cc9735846b2e0dfdfc5a78b26c1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 08 20:53:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 08 20:53:09 2021 +0100 |
tree | 7301ba49093ef1270255fbb79876c8d77586e258 | |
parent | ece0b87c0fb0e35ff4c51f9ba81389f56428e42b [diff] [blame] |
patch 8.2.2314: Vim9: returning zero takes two instructions Problem: Vim9: returning zero takes two instructions. Solution: Add ISN_RETURN_ZERO.
diff --git a/src/version.c b/src/version.c index 9e49e6d..7ab3b01 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2314, +/**/ 2313, /**/ 2312,