svn commit: r352385 - head/bin/sh

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 16 07:32:00 UTC 2019


Author: bapt
Date: Mon Sep 16 07:31:59 2019
New Revision: 352385
URL: https://svnweb.freebsd.org/changeset/base/352385

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

Modified:
  head/bin/sh/histedit.c

Modified: head/bin/sh/histedit.c
==============================================================================
--- head/bin/sh/histedit.c	Mon Sep 16 06:42:01 2019	(r352384)
+++ head/bin/sh/histedit.c	Mon Sep 16 07:31:59 2019	(r352385)
@@ -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");


More information about the svn-src-head mailing list