commit | 5b1d6e98c6610553fe3946086cdba77718bd69d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 20:33:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 20:33:48 2022 +0000 |
tree | eaf6cc403e6f80de9a36b892c260c967d26e419b | |
parent | bd89d4406327d3a30517443a4a518f49ebc99368 [diff] [blame] |
patch 8.2.4348: "legacy exe cmd" does not do what one would expect Problem: "legacy exe cmd" does not do what one would expect. Solution: Apply the "legacy" and "vim9script" command modifiers to the argument of ":execute".
diff --git a/src/version.c b/src/version.c index f7599c0..dfcec91 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4348, +/**/ 4347, /**/ 4346,