commit | 08597875b2a1e7d118b0346c652a96e7527e7d8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 10 19:43:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 10 19:43:40 2020 +0100 |
tree | 0bb1d04eadfe4110a7962e9fcbfd361452677205 | |
parent | d356fc65d273959efa9b05bfa0f07ce1c9ff85a4 [diff] [blame] |
patch 8.2.2124: Vim9: a range cannot be computed at runtime Problem: Vim9: a range cannot be computed at runtime. Solution: Add the ISN_RANGE instruction.
diff --git a/src/version.c b/src/version.c index 3c39f0e..ee6be8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2124, +/**/ 2123, /**/ 2122,