commit | 7c7a4e6d1ad50d5b25b42aa2d5a33a8d04a4cc8a | [log] [tgz] |
---|---|---|
author | Jonathon <jonathonwhite@protonmail.com> | Sun Jan 12 09:58:00 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jan 12 09:58:00 2025 +0100 |
tree | 932f9901f5f8a8491bd0d62e3438085a4e0f0bac | |
parent | faf250c9e4f6f9fa5db38d9373735e77ba438a90 [diff] [blame] |
patch 9.1.1009: diff feature can be improved Problem: diff feature can be improved Solution: include the linematch diff alignment algorithm (Jonathon) closes: #9661 Signed-off-by: Jonathon <jonathonwhite@protonmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/Make_ami.mak b/src/Make_ami.mak index 42270f3..c779914 100644 --- a/src/Make_ami.mak +++ b/src/Make_ami.mak
@@ -123,6 +123,7 @@ indent.c \ insexpand.c \ json.c \ + linematch.c\ list.c \ locale.c \ logfile.c \