Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: blah*[TAB] (difference between 3.1.6 and 3.1.9)
- X-seq: zsh-users 3116
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: blah*[TAB] (difference between 3.1.6 and 3.1.9)
- Date: Tue, 6 Jun 2000 11:22:25 +0200
- In-reply-to: <1000606032038.ZM25884@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Tue, Jun 06, 2000 at 03:20:38AM +0000
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000606030750.A12454@xxxxxxxxxxxxxxx> <1000606032038.ZM25884@xxxxxxxxxxxxxxxxxxxxxxx>
On Tue, Jun 06, 2000 at 03:20:38 +0000, Bart Schaefer wrote:
> As a workaround, the following should behave the way you want:
>
> bindkey '\t' complete-word
> autoload -U compinit
> compinit
> zstyle ':completion:*' completer _expand _complete
> zstyle ':completion:*:expand:::' glob 1
> zstyle ':completion:*:expand:::' substitute 1
>
> If you have some customized compctl commands, you may also want:
>
> zstyle ':completion:*' use-compctl 1
If I use this (at the end of my .zshrc), variable names completion
doesn't work any longer. For instance, I type "echo $ZSH_V":
Et encore? echo $ZSH_V
then [TAB], and I get:
Et encore? echo #
$ZSH_V
where '#' represents the cursor.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Computer science / computer arithmetic / Arénaire project at LIP, ENS-Lyon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author