Merge branch 'fix-windows-for-payload' of https://github.com/blahgeek/kitty
This commit is contained in:
commit
2dceec444f
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ def windows_for_payload(boss, window, payload):
|
|||
raise MatchError(payload['match_tab'], 'tabs')
|
||||
for tab in tabs:
|
||||
windows += tuple(tab)
|
||||
return windows
|
||||
|
||||
|
||||
# ls {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue