commit | 51ff18e3195843156d979e071117670b1483b946 | [log] [tgz] |
---|---|---|
author | Maxim Kim <habamax@gmail.com> | Wed Mar 19 20:54:12 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Wed Mar 19 20:54:12 2025 +0100 |
tree | 043f11b203dd7dd88e75242dbb47c97a5689c218 | |
parent | 7a5115ce50c622caf91503f9d7fe09c3749b928b [diff] [blame] |
patch 9.1.1227: no tests for the comment package Problem: no tests for the comment package Solution: add some tests (Maxim Kim). closes: #16933 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index c6b6fe0..8739da0 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1227, +/**/ 1226, /**/ 1225,