summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-04 11:57:00 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-04 11:57:00 +0000
commitb579f6ebbfa826d228abec1e1b24c05894517c27 (patch)
tree97f9c2ade59a7794af2104b27ab87457410891e4 /src/version.c
parentcd2f8f0e0007bb77fc2035e6ad6227bb6661c612 (diff)
patch 8.2.3733: Vim9: using "legacy" before range does not workv8.2.3733
Problem: Vim9: using "legacy" before range does not work. Solution: Skip over range before parsing command. (closes #9270)
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 6fb7e78be2..cdc01a3a7d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3733,
+/**/
3732,
/**/
3731,