Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_match still does not work in _path_files
- X-seq: zsh-workers 8279
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: _match still does not work in _path_files
- Date: Fri, 15 Oct 1999 17:03:25 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
With all recent patches to 3.1.6-pws-6 _match still does not work:
~/.zshrc:
ZLS_COLORS=
SELECTMIN=0
setopt cdablevars
setopt extendedhistory
setopt extendedglob
setopt histexpiredupsfirst
setopt histignorealldups
setopt histignoredups
setopt histreduceblanks
setopt histsavenodups
setopt ignoreeof
setopt nobanghist
setopt nolistambiguous
setopt nolistbeep
bor@itsrm2:~%> compconf -L
compconf completer='_oldlist:_complete:_match'
compconf correct_accept='2n'
compconf correct_prompt='correct to:'
compconf dumpfile='/home/bor/.zcompdump'
compconf match_insert='unambig'
compconf match_original='yes'
compconf oldlist_list='_match'
compconf path_cursor='yes'
bor@itsrm2:~%> l /tools/share/zsh
functions/ functions.old/
bor@itsrm2:~%> l /t/s/z/f*s<TAB>
beep
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author