commit | 977561a7198b5d31a17b852e332704025c2dbdc8 | [log] [tgz] |
---|---|---|
author | glepnir <glephunter@gmail.com> | Thu Feb 13 20:48:56 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Feb 13 20:48:56 2025 +0100 |
tree | 3da86b9c1fdf573c10f396338db39c7615f345f4 | |
parent | d7deeffe11f4db3cce19236ddb80831652a87e83 [diff] [blame] |
patch 9.1.1109: cmdexpand.c hard to read Problem: cmdexpand.c hard to read Solution: refactor the file slightly (glepnir) closes: #16621 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 8854292..1745ef3 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1109, +/**/ 1108, /**/ 1107,