Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
minor niggle with svn completion of sub-commands
- X-seq: zsh-workers 27374
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxx>
- Subject: minor niggle with svn completion of sub-commands
- Date: Mon, 9 Nov 2009 11:36:28 -0500
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
Can someone explain what's causing the completion of the svn
sub-command to only work when there are no words to the right of
the cursor?
For example,
% svn lo<tab>
completes to "svn log ", but
% svn lo<tab> foo
gives no completions.
I don't really understand _arguments too well, but it looks like the
use in _subversion is attempting to complete commands in the first
position.. why doesn't that always work?
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author