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

Global-alias problem with _expand



Global aliases can cause a problem in the _expand completer:

% zsh -f

% autoload -U compinit
% compinit
% zstyle ':completion:*' completer _expand
% alias -g T='|tail'
% l T<TAB>
_expand:-1: parse error near `|'

..wayne..



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