summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paint.rs')
-rw-r--r--src/paint.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paint.rs b/src/paint.rs
index 706dc5ce..529065f6 100644
--- a/src/paint.rs
+++ b/src/paint.rs
@@ -636,6 +636,7 @@ impl<'p> Painter<'p> {
State::HunkHeader(_, _) => true,
State::HunkMinus(Some(_)) | State::HunkPlus(Some(_)) => false,
State::Blame(_, _) => true,
+ State::GitShowFile => true,
State::Grep => true,
State::Unknown
| State::CommitMeta