mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -535,7 +535,6 @@ def get_editor_from_env(env: Mapping[str, str]) -> Optional[str]:
|
||||
|
||||
def get_editor_from_env_vars(opts: Optional[Options] = None) -> List[str]:
|
||||
import shlex
|
||||
import shutil
|
||||
|
||||
editor = get_editor_from_env(os.environ)
|
||||
if not editor:
|
||||
|
||||
Reference in New Issue
Block a user