From bb356c09136494b29b5567ee2ef06ade571fa189 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 19 Feb 2020 14:51:39 +0000 Subject: [PATCH] MFC r352385: Do not use our custom completion function, it is not needed anymore --- bin/sh/histedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 4ec329138d8..a46fe946df1 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -124,7 +124,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"); -- 2.45.0