Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: another broken completion



Timothy J Luoma wrote:
>Hrm.... this used to work, but now I can't get it to work under 3.0.5 or 3.1.4
>
>compctl -f -x 'S[-]' -k '(--all --escape --directory --inode --kilobytes  
>--numeric-uid-gid --hide-control-chars --reverse --size --width= --tabsize=  
>--almost-all --ignore-backups --classify --file-type --ignore= --dereference  
>--literal --quote-name --recursive --sort=none --sort=time --sort=size  
>--sort=extension --format=long --format=verbose --format=commas  
>--format=across --format=vertical --format=single-column --time=atime  
>--time=access --time=use --time=ctime --time=status)' -- ls
>
>
>ls --sort=[tab]
>
>doesn't do anything.

Works for me on 3.1.4.  It might be option-dependent.  Also consider the
difference between putting "--sort=" and "--sort\=" on the command line
-- zsh *should* handle it either way, but I wouldn't be too surprised
if that's dependent on option settings.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author