Cleanup previous PR

Testing is_local_file is insufficient since it can be false for local
files that dont have r/w permissions. Instead check if the child is
remote when the EditCmd is created and only use disconnected abort
if child was remote at creation but is not remote currently.
This commit is contained in:
Kovid Goyal
2026-02-08 07:57:15 +05:30
parent d02f30ca31
commit 1103aaf1a5
2 changed files with 10 additions and 5 deletions

View File

@@ -210,6 +210,10 @@ Detailed list of changes
- Fix line-at-once selection not extending wrapped lines into scrollback (:iss:`9437`)
- ssh kitten: Restore keyboard mode even if the ssh connection drops
- edit-in-kitty: Handle connection drop more gracefully (:pull:`9480`)
0.45.0 [2025-12-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~