Do not always set scope for panes because the window check might fail,

GitHub issue 1810.
pull/1819/head
nicm 2019-06-23 10:00:29 +00:00
parent e3c2772d2f
commit f1100f97f7
1 changed files with 0 additions and 1 deletions

View File

@ -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')) {