Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files
- X-seq: zsh-workers 23646
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files
- Date: Tue, 3 Jul 2007 11:25:25 +0100
- Cc: 431437-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20070702185500.GE9653@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <20070702151952.GA29891@xxxxxxxxxxxxxxxxxxxxx> <20070702153528.GA13937@xxxxxxxxxxx> <20070702185500.GE9653@xxxxxxxxx>
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