From: bapt Date: Mon, 16 Sep 2019 07:31:59 +0000 (+0000) Subject: Do not use our custom completion function, it is not needed anymore X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=136394b1da116d9b376dcde69059d257253a2818;p=freebsd.git Do not use our custom completion function, it is not needed anymore --- diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 1a603317627..5270f60dd9f 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -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");