mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-01 23:52:30 +00:00
11 lines
292 B
Diff
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",
|