mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
...
This commit is contained in:
@@ -749,7 +749,7 @@ def linenum_handle_result(args: List[str], data: Dict[str, Any], target_window_i
|
|||||||
|
|
||||||
if action == 'self':
|
if action == 'self':
|
||||||
if w is not None:
|
if w is not None:
|
||||||
is_copy_action = cmd[0] in ('-', '@', '*')
|
is_copy_action = cmd[0] in ('-', '@', '*') or cmd[0].startswith('@')
|
||||||
if is_copy_action:
|
if is_copy_action:
|
||||||
text = ' '.join(cmd[1:])
|
text = ' '.join(cmd[1:])
|
||||||
if cmd[0] == '-':
|
if cmd[0] == '-':
|
||||||
|
|||||||
Reference in New Issue
Block a user