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

strange command completion.




Hi all,


i'm trying to complete that :

while { read c d } { f<tab>

a command is expected here ( find, for exemple ) but the proposed
completion is fignore\[ ...

i guess that there is some trouble in my completion so i paste my
related .zshrc :

autoload -U compinit
compinit
zstyle ':completion:*' use-compctl false
zstyle ':completion:*' verbose yes
zstyle ':completion:*:descriptions' format '%B%d%b'
zstyle ':completion:*:messages' format '%d'
zstyle ':completion:*:warnings' format 'No matches for: %d'
zstyle ':completion:*' group-name '

anyone can help ?

regards
mc

-- 
téléphone : 03.90.24.00.19
courriel  : marc.chantreux@xxxxxxxxxxxxxxxxxx
---------------------------------------



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