Re: [PATCH] Add nosort,noquote support to complete and compopt

2017-02-22 Thread Chet Ramey
On 2/22/17 8:27 AM, Grisha Levit wrote: > These are currently missing from the compspec/compopt displays: Good catch; thanks for the patch. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc.

[PATCH] Add nosort,noquote support to complete and compopt

2017-02-22 Thread Grisha Levit
These are currently missing from the compspec/compopt displays: $ complete -o noquote -o nospace -E $ complete -p -E complete -o nospace -E $ compopt -E | grep -ow 'no\w*' nospace --- builtins/complete.def | 6 ++ 1 file changed, 6 insertions(+) diff --git a/builtins/complete.def b/builtin