summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-15 19:11:15 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 19:11:15 +0200
commit29358d2a188bcab1c0057dd1628c4418a583278b (patch)
tree59c0f16753cbf93776715f6e872e6c4ea761ff83 /src/version.c
parent757f32141bb8ce797f71e7e22e59ba368e0f4952 (diff)
patch 9.1.0333: tests: test_xdg fails on the appimage repov9.1.0333
Problem: tests: test_xdg fails on the appimage repo Solution: compare only the last 30 right characters of $MYVIMRC 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 1d8e1e3365..fc10c7c79b 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 */
/**/
+ 333,
+/**/
332,
/**/
331,