You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
385 B

diff -u -r ../gdb-8.3/gdb/cli/cli-cmds.c ./gdb/cli/cli-cmds.c
--- ../gdb-8.3/gdb/cli/cli-cmds.c 2019-05-11 18:19:02.000000000 +0000
+++ ./gdb/cli/cli-cmds.c 2019-05-11 22:43:31.962874247 +0000
@@ -851,7 +851,7 @@
}
if ((editor = getenv ("EDITOR")) == NULL)
- editor = "/bin/ex";
+ editor = "@TERMUX_PREFIX@/bin/applets/vi";
fn = symtab_to_fullname (sal.symtab);