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

_match still does not work in _path_files



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