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

Path completion - cursor misplaced



With current CVS:

bor@itsrm2% gzcat /u/p/u/t/.gz<TAB>

bor@itsrm2% gzcat /u2/pub/unix/texi2html/texi2html.tar<CURSOR>.gz
Completing file
texi2html-1.61.tar.gz   texi2html.tar.gz

But the common prefix is texi2html?

bor@itsrm2% zstyle -L
zstyle ':completion:*' completer _oldlist _complete _match
zstyle :completion::approximate: max-errors 3
zstyle ':completion:*' menu 'select=0'
zstyle ':completion:*::::default' list-colors ''
zstyle ':completion:*:match:*' original yes
zstyle ':completion:*:match:*' insert-unambiguous yes
zstyle ':completion:*:paths' ambiguous yes
zstyle ':completion:*:oldlist' list _match
zstyle ':completion:*' list-rows-first yes
zstyle ':completion:*:*:all-files' matcher 'r:|[.-]=**'
zstyle ':completion:*:cd:*' matcher 'r:|[.-]=**'
zstyle ':completion:*' group-name ''
zstyle ':completion:*:descriptions' format 'Completing %d'

-andrej

Have a nice DOS!
B >> 



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