grep(1): print full context when using match count
authordv <dv@openbsd.org>
Mon, 30 May 2022 16:07:28 +0000 (16:07 +0000)
committerdv <dv@openbsd.org>
Mon, 30 May 2022 16:07:28 +0000 (16:07 +0000)
commiteda4449ce2761b552d8243c995b52c39c0dfa08d
treeb73755028fe8e3beb2e1b48594905ed1e6f21996
parent538638a5b71127ab1f290352c025c7a3601c443d
grep(1): print full context when using match count

When using the match count flag (-m), grep was not printing the
context after the match if the -A or -C flags were provided.

This changes the logic to continue printing lines after hitting the
match count.

ok op@, millert@
usr.bin/grep/util.c