DragonFly-2.3.0.696.g3f2d0 master bin/sh histedit.c options.c options.h sh.1

YONETANI Tomokazu y0netan1 at crater.dragonflybsd.org
Fri Apr 10 16:31:49 PDT 2009


commit 3f2d021a05994ae79be0e85e1895723e818c37e9
Author: YONETANI Tomokazu <y0netan1 at dragonflybsd.org>
Date:   Sat Feb 14 22:37:20 2009 +0900

    Add `set -o tabcomplete' to /bin/sh
    
    When set, it binds <tab> to the libedit filename completion function.
    Taken-From: NetBSD
    In our version, it's turned on by default in an interactive shell.
    If you don't like it, put the following line
    
      set +o tabcomplete >/dev/null 2>&1 || true
    
    in your ~/.shinit (or whatever path $ENV is set to) .

Summary of changes:
 bin/sh/histedit.c |    6 ++++++
 bin/sh/options.c  |    2 ++
 bin/sh/options.h  |    4 +++-
 bin/sh/sh.1       |   11 +++++++++++
 4 files changed, 22 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f2d021a05994ae79be0e85e1895723e818c37e9


-- 
DragonFly BSD source repository





More information about the Commits mailing list