summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
55a31c2)
It was the only use of the DEFAULT_EDITOR macro, so that can be deleted.
*/
#define DEFAULT_PAGER "more"
*/
#define DEFAULT_PAGER "more"
-#define DEFAULT_EDITOR "vi"
if (!(str = context_find("editor")) && !(str = getenv("VISUAL")) &&
!(str = getenv("EDITOR"))) {
if (!(str = context_find("editor")) && !(str = getenv("VISUAL")) &&
!(str = getenv("EDITOR"))) {
}
return (default_editor = str);
}
return (default_editor = str);