aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch')
-rw-r--r--commands/patch/apply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/apply.go b/commands/patch/apply.go
index c9818876..6554ad8b 100644
--- a/commands/patch/apply.go
+++ b/commands/patch/apply.go
@@ -25,7 +25,7 @@ func init() {
}
func (Apply) Context() commands.CommandContext {
- return commands.MESSAGE
+ return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}
func (Apply) Aliases() []string {