mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-10 23:23:06 +00:00
14 lines
303 B
Diff
14 lines
303 B
Diff
diff --git a/src/edit.c b/src/edit.c
|
|
index 914e581..31b3001 100644
|
|
--- a/src/edit.c
|
|
+++ b/src/edit.c
|
|
@@ -250,7 +250,7 @@ void most_edit_cmd(void)
|
|
#ifdef VMS
|
|
editor = "EDT";
|
|
#else
|
|
- editor = "vi";
|
|
+ editor = "editor"; // [PATCH] Termux: let `update-alternatives` decide
|
|
#endif
|
|
|
|
#ifdef VMS
|