commit | 9162e636b31dcac57876cbdec15a683cedd9760e | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jan 16 19:03:40 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jan 16 19:03:40 2025 +0100 |
tree | 0b5902d2c7221590a5b848aed4abf4095ec1b55f | |
parent | 70dfc374ec72634a0a61aea8344178779675d516 [diff] [blame] |
patch 9.1.1022: linematch option value not completed Problem: linematch option value not completed (after v9.1.1009) Solution: Update diffoption completion values related: #9661 closes: #16437 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index c360a24..f2d7756 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1022, +/**/ 1021, /**/ 1020,