Do not use our custom completion function, it is not needed anymore

This commit is contained in:
Baptiste Daroussin 2019-09-16 07:31:59 +00:00
parent 505a58ec45
commit f370355791

View File

@ -122,7 +122,7 @@ histedit(void)
el_set(el, EL_PROMPT, getprompt);
el_set(el, EL_ADDFN, "sh-complete",
"Filename completion",
_el_fn_sh_complete);
_el_fn_complete);
} else {
bad:
out2fmt_flush("sh: can't initialize editing\n");