Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Svn tab completion not working
- X-seq: zsh-users 23764
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Simon Spielmann <simon.spielmann@xxxxxx>, zsh-users@xxxxxxx
- Subject: Re: Svn tab completion not working
- Date: Wed, 21 Nov 2018 10:49:47 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=fm1; bh=+P35j7qRWVzhoxiXaAQJnz6xc90CJnGKV3jmN2F 5tBc=; b=ACI0l/qgRMDl34H6yDR1C2jjeNpEh2ZYMJ904l+IkNGu+UPSdgW9RcR C8tbkSboIECuXwZSchfstsIU9DSxzRX7H1oB/3tQVn39fTslTeucH8mn0VqBZtgp zfCSbS8YAGOY82mOvVet2jpJOgTZLBrRnFjJw0eDbcQ+sWPjatHknmMD1/DvPkHU 1pOBn+xddvIG1iqDDyf2/lTvHORbFgoc7QoOCOpw0irAhUSPkw3tLbViPVDWtS9k ryWDMQgcSVrvu09Cdru590ysNaZFv1Ki6Td5lG/SWKZaJy9ubZXhOVOWEAbIcwtN dL9xJwrpAKjqkyySTvLH5hEeHU0D8Jw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=+P35j7qRWVzhoxiXaAQJnz6xc90CJnGKV3jmN2F5t Bc=; b=o+fvB++foO1k+esbWRDNmqbWKyRYyLj8RsPCiXr4FpTgFXPoUi4Jwkeiu eCUOXXXeI24boVt9OTTLhFPWR358xVZmwQCaczYgTRUByX1CYtwST3MZBgqa6OWF 4f34480yn4Kq8yi8nCaOoba0iuN+g/V5SgxKHJ7u4KHZYRIQfSjhzJpU+WI0DZr1 8dEzoykBOALiwtRMSlHxHiIvwDGBfPIyjayrX90RAETtt9Nl6KQKessh69COuf6V nqoTNSIgiA8x27lS6MIm5wTPNx4vAR8uVU4pItzntG3cq9t5v+CWayO1wUIV8C5r mwjt609qDUXQ8ynxJflKbAs/kmSJw==
- In-reply-to: <BB8987BC-F80C-4DD1-8E41-28F24EA29472@gmx.de>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <BB8987BC-F80C-4DD1-8E41-28F24EA29472@gmx.de>
Simon Spielmann wrote on Wed, 21 Nov 2018 11:35 +0100:
> Hi,
> I have a problem with svn tab completion, installed versions are
> - zsh 5.3 (x86_64-apple-darwin18.0)
> - svn, version 1.10.0 (r1827917)
>
> Typing svn and hitting TAB gives:
> _svn:33: bad set of key/value pairs for associative array
>
This was fixed a while ago in 567733906210feaebce94675985eb1e77602bfd8.
> I tried sourcing the updated subersion-completion with
>
> curl https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_subversion > zsh_svn_fix
> source ./zsh_svn_fix
>
> afterwards hitting TAB nothing happens
By chance, did you already press <TAB> in that shell before you ran that
'source' command? If so, then you've run into the bug that had been
fixed in 4015f3cf5d5ab0c339472cf6201dab7ff5285057.
Try doing the curl+source in a new shell.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author