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

Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files



On Mon, 2 Jul 2007 11:55:00 -0700
Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx> wrote:
> This sounds like the normal zsh behavior for ignored files; e.g:
> 
> zsh -f
> fignore=(.old)
> touch foo foobar.old
> 
> ls fo<TAB> completes "foo"
> 
> ls foob<TAB> completes "foobar.old" (since there are no non-ignored
> completions that are possible)
> 
> If it is possible to change this behavior, I don't know about how.
> Anyone else know?

Removing the _ignored completer turns this off globally, but that's
probably not what you want.  Setting ignored-patterns to empty for the
context in question might be better.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php

To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview



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