We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec31a34 commit eaba3cfCopy full SHA for eaba3cf
kitty/cmds.py
@@ -93,6 +93,7 @@ def windows_for_payload(boss, window, payload):
93
raise MatchError(payload['match_tab'], 'tabs')
94
for tab in tabs:
95
windows += tuple(tab)
96
+ return windows
97
98
99
# ls {{{
0 commit comments