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

match again



This does not work:

bor@itsrm2% patch -p0 --dry-run < /u/p/u/z/p/*/9441<TAB>

with settings

bor@itsrm2% compstyle -L
compstyle ':correct:' prompt 'correct to:'
compstyle ':approximate:' max-errors '3'
compstyle ':(correct|approximate):' max-errors '2' 'numeric'
compstyle '*:default' list-colors ''
compstyle '*:default' menu 'select=0'
compstyle '*:match' original 'yes'
compstyle '*:match' insert-unambiguous 'yes'
compstyle '*:paths' cursor 'yes'
compstyle '*:oldlist' list '_match'
compstyle ':*' verbose 'yes'
compstyle ':*' prefix-needed 'yes'
compstyle ':*' prefix-hidden 'no'
compstyle ':*' completer '_oldlist' '_complete' '_match'
compstyle ':*' tag-order 'arguments values' 'options' 'globbed-files'
'directories' 'all-files'

But this one does

bor@itsrm2% patch -p0 --dry-run <
/u2/pub/unix/zsh/patches/3.1.6-dev-16/<9440-><TAB>
bor@itsrm2% patch -p0 --dry-run < /u2/pub/unix/zsh/patches/3.1.6-dev-16/9441
9441   9442

/andrej



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