commit | 43e5e80343185e69a1b864fc48095ede0b898180 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Sep 04 08:01:43 2023 +0000 |
committer | nicm <nicm> | Mon Sep 04 08:01:43 2023 +0000 |
tree | bafc0550deccb94c127312c82da9e3f2ebf72e9e | |
parent | c767d62329597b9152c0e1b33ba2656be8e0bced [diff] |
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.