commit | 29358d2a188bcab1c0057dd1628c4418a583278b | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Apr 15 19:11:15 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Mon Apr 15 19:11:15 2024 +0200 |
tree | 59c0f16753cbf93776715f6e872e6c4ea761ff83 | |
parent | 757f32141bb8ce797f71e7e22e59ba368e0f4952 [diff] [blame] |
patch 9.1.0333: tests: test_xdg fails on the appimage repo 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>
diff --git a/src/version.c b/src/version.c index 1d8e1e3..fc10c7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331,