mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 00:24:16 +00:00
nimgrep: be less annoying
This commit is contained in:
@@ -348,5 +348,4 @@ else:
|
||||
let rep = re(pattern, reflags)
|
||||
for f in items(filenames):
|
||||
walker(rep, f, counter)
|
||||
if not oneline:
|
||||
stdout.write($counter & " matches\n")
|
||||
stdout.write($counter & " matches\n")
|
||||
|
||||
Reference in New Issue
Block a user