1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-25 15:28:49 +00:00

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

GitHub issue 1810.
This commit is contained in:
nicm 2019-06-23 10:00:29 +00:00
parent e3c2772d2f
commit f1100f97f7

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