Skip wrapped lines in top level search loop because they will be
commit43e5e80343185e69a1b864fc48095ede0b898180
authornicm <nicm>
Mon, 4 Sep 2023 08:01:43 +0000 (4 08:01 +0000)
committernicm <nicm>
Mon, 4 Sep 2023 08:01:43 +0000 (4 08:01 +0000)
treebafc0550deccb94c127312c82da9e3f2ebf72e9e
parentc767d62329597b9152c0e1b33ba2656be8e0bced
Skip wrapped lines in top level search loop because they will be
combined in the inner loop (in window_copy_search_rl_regex and the
others), avoids searching the same text multiple times. Also add a line
length limit for regex searches. GitHub issue 3675.
window-copy.c