Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Global-alias problem with _expand
- X-seq: zsh-workers 12934
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Global-alias problem with _expand
- Date: Mon, 9 Oct 2000 09:17:51 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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