handle edge case in searching: when we look for 'abba' in the text 'abbabba', it looks like we should have two matches, but to be consistent with other programs, we only have one match

This commit is contained in:
2025-08-30 17:16:02 +01:00
parent 9051717213
commit 0647589f13
3 changed files with 66 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
abbabbabba
signature TEXT_BUILDER =
aaron baron carrot durian
(* Prerequisite: LineGap is moved to requested line first. *)