summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2023-09-02 21:52:05 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-02 21:52:05 +0200
commit32f3461465a26192172734584c4cbab6e55e2b7f (patch)
tree40126ef352030c558fa24a5b6b0b8b0394231b7f /src/version.c
parentc8a034210f043639f27b6f346c5a9933f17e7159 (diff)
patch 9.0.1850: Vim9: wrong line number where options setv9.0.1850
Problem: Vim9: wrong line number where options set Solution: Set source line number earlier closes: #13006 closes: #13013 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: LemonBoy <thatlemon@gmail.com>
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 c94a450d0a..517e0504e9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1850,
+/**/
1849,
/**/
1848,