Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: svn completion widget--argument position?
- X-seq: zsh-users 12682
- From: "Aaron Davies" <aaron.davies@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: svn completion widget--argument position?
- Date: Thu, 6 Mar 2008 12:57:58 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ZqIosMnR92JrE8bbe/1CPlpeZaw1DAIWjEu3pVFT2m4=; b=AcjYCH5wC20DU0zE/04L5mmyU47MUHfFFazrmzmHpJTbhrA5YSJ6QSEtb7OU9iFmKJolAC+xfVZThiSGJJ8wrwJ48+6dZ3noO4fbBfRDE8JP/zbscn6WWmOhiRs6E8vHX2qj3OvyY4ZAOZPphOSQcLQdaZLTEFJZOxULN+UyWNs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j0zbuS1QyfpgZS6rUmN9s1LJbXfIJiCtZv8oAZEEirazrwd9FCGTpctNdhRYjmdUKJyDR7Mji4FyGx3sCDx4FvgTncxAnaxJMHt1gGjHktFOz0dHFJtAUQUgP9R76VeIuZ9HYD8oirgVfXOu0TuXROs/VGBaUuKudS/d70edgLw=
- In-reply-to: <c4e763ac0803060955w6f73b7f2n36379de1d4d3b26e@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <c4e763ac0803060955w6f73b7f2n36379de1d4d3b26e@xxxxxxxxxxxxxx>
On Thu, Mar 6, 2008 at 12:55 PM, Aaron Davies <aaron.davies@xxxxxxxxx> wrote:
> it seems svn ci will only tab-complete files if it's the first argument to svn.
>
> svn -m "comment" ci file
>
> is just as valid as
>
> svn ci file -m "comment"
>
> and something i got into the habit of a long time ago
>
> unfortunately
>
> svn -m "comment" ci fi<TAB>
...just beeps
(sorry for the premature send)
anyway, any help in fixing this would be much appreciated.
--
Aaron Davies
aaron.davies@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author