commit | e4eed8c6db693a9183b776032570ce2f89dcffb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 15:22:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 15:22:56 2021 +0000 |
tree | 8edb253b95ca4b3dcfa430b8c9b3c9151d6257d9 | |
parent | f0e496a85a89fb1fd21b6af6363dcfc276331110 [diff] [blame] |
patch 8.2.3716: Vim9: range without a command is not compiled Problem: Vim9: range without a command is not compiled. Solution: Add the ISN_EXECRANGE byte code.
diff --git a/src/version.c b/src/version.c index b98d0b3..5724eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3716, +/**/ 3715, /**/ 3714,