commit | 381ff7726efee9a0a7c2f79e01340fa972cafdfd | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Dec 16 22:28:28 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Dec 16 22:28:28 2024 +0100 |
tree | 2c4814a2402ee8c71643cd0fed042ac599e1a1ee | |
parent | 6a38aff218f5b99a1aed7edaa357df24b9092734 [diff] [blame] |
patch 9.1.0937: test_undolist() is flaky Problem: test_undolist() is flaky Solution: allow to match one additional optional whitespace char Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index eb37def..b52eaae 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 937, +/**/ 936, /**/ 935,