mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 15:23:27 +00:00
nimgrep: use standard regular expression syntax, not reExtended
This commit is contained in:
@@ -336,7 +336,7 @@ else:
|
||||
for f in items(filenames):
|
||||
walker(pegp, f, counter)
|
||||
else:
|
||||
var reflags = {reStudy, reExtended}
|
||||
var reflags = {reStudy}
|
||||
if optIgnoreStyle in options:
|
||||
pattern = styleInsensitive(pattern)
|
||||
if optWord in options:
|
||||
|
||||
Reference in New Issue
Block a user