commit | ad39c094d261109a695aba2c4f19fe336736cc55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 18:23:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 18:23:43 2020 +0100 |
tree | dec5a6a908cb0bd81b04688583d5de1b8196f878 | |
parent | b3f740695a0199d22cd97aee314f06c7ae32d2ea [diff] [blame] |
patch 8.2.0321: Vim9: ":execute" does not work yet Problem: Vim9: ":execute" does not work yet. Solution: Add ISN_EXECUTE. (closes #5699) Also make :echo work with more than one argument.
diff --git a/src/version.c b/src/version.c index 46540e9..beceb6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 321, +/**/ 320, /**/ 319,