-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.8.29: editor serch/replace regex no longer working #4429
Comments
Please apply WikiFormatting. |
|
These are results of multi-line search implementation: #400.
Can't say that 1st case is a bug. Regexp .* means "any number of any characters" and "any symbols" include \n. Therefore search result includes everything up to EOF.
Workaround is
Probably we should have two modes of search: single-line and multi-line.
2nd case is a bug, definitely.
Simplified testcase:
Search
|
|
|
BTW. IMO it wold be really good to move BTS to githu.
Really .. please make this Trac R/O, enable issue tracker in githb repo and send publicly message that from now github issue tracker should be used. |
Really, it would be nice if you finally stop telling others unrequested what, when and how to do. |
Important
This issue was migrated from Trac:
kloczek
(kloczko.tomasz@….com)Sample text
Two S/R
search:
Repace:
Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line.
Second S/R:
search:
Repace:
result: Search string not found
The text was updated successfully, but these errors were encountered: