mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-06 07:41:44 +00:00
...
This commit is contained in:
parent
8bf1bd479b
commit
9c8a4ad540
1 changed files with 1 additions and 0 deletions
|
|
@ -1111,6 +1111,7 @@ def remote_edit(msg: str, window: Window) -> None:
|
|||
c.opts.source_window = c.opts.next_to = f'id:{window.id}'
|
||||
# We ignore env vars as some editors execute code present in env vars such as VIMINIT
|
||||
c.opts.env = ()
|
||||
c.opts.copy_env = False
|
||||
w = launch(get_boss(), c.opts, cmdline)
|
||||
if w is not None:
|
||||
c.source_window_id = window.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue