commit ae9c2bc42cf9e414ea126a5fe44fedfaaca58063 parent 12c06a266588a1fead499acceee2721b219326f5 Author: hhvn <dev@hhvn.uk> Date: Wed, 27 Apr 2022 18:57:57 +0100 If a -noact and non -noact ignore both match, hide the message Diffstat:
M | src/hist.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/hist.c b/src/hist.c @@ -161,7 +161,6 @@ hist_add(struct HistInfo *histinfo, new->options = options; } activity = Activity_none; - break; } } }