commit | 360c51208eb36a527191cc5fe3f9c4f4cae1131a | [log] [tgz] |
---|---|---|
author | Yinzuo Jiang <jiangyinzuo@foxmail.com> | Sat Jul 13 19:02:10 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Jul 13 19:02:10 2024 +0200 |
tree | 2277e751ede4391699adec24e44390437e5bc2a0 | |
parent | 69a28f6c0861523b1a9c565b3c882f439ae73ef4 [diff] [blame] |
patch 9.1.0578: no tests for :Tohtml Problem: no tests for :Tohtml Solution: Add two basic tests (Yinzuo Jiang) closes: #15240 Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index a1b87b3..c87d378 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576,