mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
If it still doesn't work, I'll try compiling it before committing the next attempt.
This commit is contained in:
parent
7a96a2eda9
commit
d9ee9464f4
@ -612,7 +612,7 @@ textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
|
|||||||
if (!fn) return;
|
if (!fn) return;
|
||||||
|
|
||||||
ed = get_opt_str("document.browse.forms.editor",
|
ed = get_opt_str("document.browse.forms.editor",
|
||||||
doc_view->session);
|
doc_view_->session);
|
||||||
if (!ed || !*ed) {
|
if (!ed || !*ed) {
|
||||||
ed = getenv("EDITOR");
|
ed = getenv("EDITOR");
|
||||||
if (!ed || !*ed) ed = "vi";
|
if (!ed || !*ed) ed = "vi";
|
||||||
|
Loading…
Reference in New Issue
Block a user