nimgrep: use standard regular expression syntax, not reExtended

This commit is contained in:
Araq
2019-01-13 16:23:08 +01:00
parent bd5dd2b95b
commit 80c69ffd31

View File

@@ -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: