From f1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 23 Jun 2019 10:00:29 +0000 Subject: [PATCH] Do not always set scope for panes because the window check might fail, GitHub issue 1810. --- options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/options.c b/options.c index 21ac82f9..1be9f8cd 100644 --- a/options.c +++ b/options.c @@ -784,7 +784,6 @@ options_scope_from_name(struct args *args, int window, } break; } - scope = OPTIONS_TABLE_WINDOW; /* FALLTHROUGH */ case OPTIONS_TABLE_WINDOW: if (args_has(args, 'g')) {