summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authornicm <nicm>2019-06-23 10:00:29 +0000
committernicm <nicm>2019-06-23 10:00:29 +0000
commitf1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b (patch)
tree7db135f4ccb1c1588a1d34018117b0df30636e00 /options.c
parente3c2772d2f7d876c5284062d7cb1695f5e395e9a (diff)
Do not always set scope for panes because the window check might fail,
GitHub issue 1810.
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
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')) {