session should work when matching tabs too

This commit is contained in:
Kovid Goyal
2025-08-21 16:11:44 +05:30
parent 633725544c
commit 880b8f1cf1

View File

@@ -584,7 +584,7 @@ class Boss:
found = False
for tid in search(match, (
'id', 'index', 'title', 'window_id', 'window_title', 'pid', 'cwd', 'env', 'var', 'cmdline', 'recent', 'state'
'id', 'index', 'title', 'window_id', 'window_title', 'pid', 'cwd', 'env', 'var', 'cmdline', 'recent', 'state', 'session',
), set(tim), get_matches):
found = True
yield tim[tid]