Call el_source() to read the contents of .editrc when line editing is enabled.
Obtained from: NetBSD MFC after: 2 weeks
This commit is contained in:
parent
f8393bf15c
commit
f4200417b1
@ -132,6 +132,7 @@ histedit(void)
|
||||
el_set(el, EL_EDITOR, "vi");
|
||||
else if (Eflag)
|
||||
el_set(el, EL_EDITOR, "emacs");
|
||||
el_source(el, NULL);
|
||||
}
|
||||
} else {
|
||||
INTOFF;
|
||||
|
Loading…
Reference in New Issue
Block a user