commit | 3d3f6ac09859905405f35f50b2b7c57ccf40fb47 | [log] [tgz] |
---|---|---|
author | Kota Kato <peony.btn@gmail.com> | Thu Aug 04 18:50:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 04 18:50:14 2022 +0100 |
tree | 5190bab31b07a6261507939f7281486911f21ec1 | |
parent | 398649ee44edeb309c77361de697320378104b70 [diff] [blame] |
patch 9.0.0140: execute() does not use the "legacy" command modifier Problem: execute() does not use the "legacy" command modifier. Solution: pass the command modifier in sticky_cmdmod_flags. (Kota Kato, closes #10845)
diff --git a/src/version.c b/src/version.c index d6bd4cb..7b53bee 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138,