summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2023-10-11 21:55:56 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-11 21:55:56 +0200
commit69fb5afb3bc9da24c2fb0eafb0027ba9c6502fc2 (patch)
tree0538edcc3c2e8233315a948e3c1dd207cd8d83e1 /src/version.c
parentdd75fcfbdff1934c6e531b5a89ebc636318bf4a2 (diff)
patch 9.0.2018: complete_info() returns wrong indexv9.0.2018
Problem: complete_info() returns wrong index Solution: Make order of 'info' in completion_info consistent Start the iteration from the same point and follow the same direction as done when assigning the completion numbers. This way we remove the dependence on the completion direction and make the order of 'info' consistent. closes: #12230 closes: #12971 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 7db93c42b3..d05016389a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2018,
+/**/
2017,
/**/
2016,