summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paint.rs')
-rw-r--r--src/paint.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paint.rs b/src/paint.rs
index a38fa946..5e5909b2 100644
--- a/src/paint.rs
+++ b/src/paint.rs
@@ -461,7 +461,7 @@ impl<'p> Painter<'p> {
}
State::Blame(_) => true,
State::GitShowFile => true,
- State::Grep => true,
+ State::Grep(_, _, _, _) => true,
State::Unknown
| State::CommitMeta
| State::DiffHeader(_)