Skip to content

Commit 2dceec4

Browse files
committed
Merge branch 'fix-windows-for-payload' of https://github.com/blahgeek/kitty
2 parents ec31a34 + eaba3cf commit 2dceec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kitty/cmds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def windows_for_payload(boss, window, payload):
9393
raise MatchError(payload['match_tab'], 'tabs')
9494
for tab in tabs:
9595
windows += tuple(tab)
96+
return windows
9697

9798

9899
# ls {{{

0 commit comments

Comments
 (0)