summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorKota Kato <peony.btn@gmail.com>2022-08-04 18:50:14 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-04 18:50:14 +0100
commit3d3f6ac09859905405f35f50b2b7c57ccf40fb47 (patch)
tree5190bab31b07a6261507939f7281486911f21ec1 /src/version.c
parent398649ee44edeb309c77361de697320378104b70 (diff)
patch 9.0.0140: execute() does not use the "legacy" command modifierv9.0.0140
Problem: execute() does not use the "legacy" command modifier. Solution: pass the command modifier in sticky_cmdmod_flags. (Kota Kato, closes #10845)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d6bd4cbedc..7b53bee9df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 140,
+/**/
139,
/**/
138,