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

another file completion problem in 4.3.9-dev-2



Here's another file completion problem in 4.3.9-dev-2:

| [~] greg@lwm| zsh -f     
| lwm% echo $ZSH_VERSION
| 4.3.9-dev-2
| lwm% echo $ZSH_PATCHLEVEL
| 1.4662
| lwm% rm .zcompdump
| lwm% autoload -U compinit
| lwm% compinit -u
| lwm% zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' '+ l:|=* r:|=*'
| lwm% mkdir temp
| lwm% cd temp
| lwm% touch BarBaz

Now if I try to complete "ls baz", I get nothing.

But if I complete "ls az", it does correctly complete to "ls BarBaz".

thanks,
Greg



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