Do not use our custom completion function, it is not needed anymore
This commit is contained in:
parent
505a58ec45
commit
f370355791
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user