CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2016/09/04 11:21:44

Modified files:
        bin/ksh        : edit.c ksh.1 

Log message:
Allow simple custom completions by creating an array named
"complete_commandname_argnum", for example:

set -A complete_kill_1 -- -9 -HUP -INFO -KILL -TERM

To set completions for the first argument to kill(1). If no complete_*
arrays are present, the normal filename completion is offered.

positive comments from many; man page ok/tweaks jmc; ok tedu

Reply via email to