From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id c09318b6 for ; Wed, 21 Nov 2018 11:02:17 +0000 (UTC) Received: (qmail 26914 invoked by alias); 21 Nov 2018 11:02:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23764 Received: (qmail 25311 invoked by uid 1010); 21 Nov 2018 11:02:04 -0000 X-Qmail-Scanner-Diagnostics: from out4-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(66.111.4.28):SA:0(-2.6/5.0):. Processed in 5.16983 secs); 21 Nov 2018 11:02:04 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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== X-ME-Sender: X-ME-Proxy: Message-Id: <1542797387.875892.1584305992.2CDB4DB1@webmail.messagingengine.com> From: Daniel Shahaf To: Simon Spielmann , zsh-users@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-3449945b In-Reply-To: References: Subject: Re: Svn tab completion not working Date: Wed, 21 Nov 2018 10:49:47 +0000 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 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