diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-10-08 16:57:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 18:57:46 +0400 |
commit | e07bf6f24a7fa7438dd757d6e761c100dd920d68 (patch) | |
tree | 7e33b718c65c7a04922607812a7d2713f09a569b /Makefile | |
parent | 83b804797baa7c65acdbcdea25462ff0723d9520 (diff) | |
download | alacritty-e07bf6f24a7fa7438dd757d6e761c100dd920d68.tar.gz alacritty-e07bf6f24a7fa7438dd757d6e761c100dd920d68.zip |
Fix regex matches ending on multiline
This fixes an issue where the reverse search for the regex start would
truncate a character when ending on a newline, since it was omitting the
EOI check in that case.
This also fixes a separate issue which caused regexes which capture
empty strings (e.g.: `.*`) to always report a match.
This is a regression introduced in 73276b6.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions