Files
termux-packages/packages/moor/default-editor.patch
2025-08-10 07:04:54 +00:00

11 lines
292 B
Diff

--- a/internal/editor.go
+++ b/internal/editor.go
@@ -83,6 +83,7 @@
}
candidates := []string{
+ "editor", // [PATCH] Termux: default to `editor` to let `update-alternatives` choose
"vim", // This is a sucky default, but let's have it for compatibility with less
"nano",
"vi",