This website requires JavaScript.
Explore
Help
Sign In
mawww
/
kakoune
Watch
1
Star
1
Fork
0
You've already forked kakoune
mirror of
https://github.com/mawww/kakoune.git
synced
2024-12-18 17:02:06 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
34e1f3cc1b
kakoune
/
test
/
regression
/
3799-incorrect-region-match
/
cmd
2 lines
1 B
Raw
Normal View
History
Unescape
Escape
Fix region regexes incorrectly matching ^$ at end of line Because no flags were set for regex matching, the regex engine was assuming that the subject string past-the-end matched a end-of-line. As the subject string already ended with a \n character, the regex engine processing of the "past-the-end" position would match '^$' as ^ matched past the existing \n and $ matched the assumed end-of-line. Fixes #3799
2020-10-12 04:14:01 +03:00
Reference in New Issue
Copy Permalink