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 23643
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, 431437-forwarded@xxxxxxxxxxxxxxx
- Subject: Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files
- Date: Mon, 2 Jul 2007 11:55:00 -0700
- In-reply-to: <20070702153528.GA13937@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070702151952.GA29891@xxxxxxxxxxxxxxxxxxxxx> <20070702153528.GA13937@xxxxxxxxxxx>
On Mon, Jul 02, 2007 at 10:19:52AM -0500, Michael Ekstrand wrote:
> The completion routines for arguments to the subversion commit command
> allow completion of uncontrolled and unmodified files. These files do
> not show up in the list of available completions when Tab is hit twice,
> but they are completed when typed.
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?
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author