Merge branch 'hyperlink_unbound_variable' of https://github.com/miseran/kitty

This commit is contained in:
Kovid Goyal 2021-04-19 18:03:18 +05:30
commit f1e73c015a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -756,6 +756,7 @@ def handle_result(args: List[str], data: Dict[str, Any], target_window_id: int,
cwd = data['cwd']
program = None if program == 'default' else program
if text_type == 'hyperlink':
w = boss.window_id_map.get(target_window_id)
for m in matches:
if w is not None:
w.open_url(m, hyperlink_id=1, cwd=cwd)