summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-02-10 13:02:17 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-10 13:02:17 +0100
commit627c950e5b30503a084bd0092f9cb2a5fe73fe87 (patch)
tree41cdcd8d8790cf3192496528ce78d894701d6a42 /src/version.c
parent45932c5c4a9ec01f7c2aa09b1574430853dafb4b (diff)
patch 9.1.0091: Syntax test fails when run with non C localev9.1.0091
Problem: Syntax test fails when run with non C locale Solution: Run syntax tests with C locale, clean up Xtestscript file, strip environment variables from GetVimCommand() (h-east) closes: #14007 Co-authored-by: h-east <h.east.727@gmail.com> Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 6beeabbd07..91abfe113d 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 */
/**/
+ 91,
+/**/
90,
/**/
89,