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.0 required=5.0 tests=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 e58500dc for ; Mon, 10 Feb 2020 03:00:35 +0000 (UTC) Received: (qmail 4368 invoked by alias); 10 Feb 2020 03:00:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45407 Received: (qmail 27004 invoked by uid 1010); 10 Feb 2020 03:00:26 -0000 X-Qmail-Scanner-Diagnostics: from out5-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25718. spamassassin: 3.4.2. Clear:RC:0(66.111.4.29):SA:0(-2.6/5.0):. Processed in 3.728163 secs); 10 Feb 2020 03:00:26 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedriedtgddvtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkjghfofggtgfgsehtjedttdertddvnecuhfhrohhmpeffrghnihgv lhcuufhhrghhrghfuceougdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgvqeenuc fkphepjeelrddukedtrdehjedrudduleenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpegurdhssegurghnihgvlhdrshhhrghhrghfrdhnrghmvg X-ME-Proxy: Date: Mon, 10 Feb 2020 02:59:41 +0000 From: Daniel Shahaf To: Andras Korn Cc: zsh-workers@zsh.org Subject: Re: subversion 1.13 breaks argument completion in zsh 5.7.1 Message-ID: <20200210025941.0ced5406@tarpaulin.shahaf.local2> In-Reply-To: <20200209162755.jzinamld32c3dr6v@hellgate> References: <20200209162755.jzinamld32c3dr6v@hellgate> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Andras Korn wrote on Sun, 09 Feb 2020 17:27 +0100: > zsh apparently generates completion candidates for "svn" based on the output > of "svn --help", which changed between subversion 1.10 and subversion 1.13. > > This breaks argument completion in zsh 5.7.1. It should work correctly in the latest test release: % git log --grep=44726 --oneline 1156b2aa4 44812: _subversion: Fix syntax error in 44726/0001 2829e32e3 44726/0002: _subversion: Update --show-item= completion to 1.12.0. 770dca2c5 44726/0001: _subversion: Use 'svn help -v' to show global options, experimental options, and experimental subcommands (upstream issue SVN-4828, to be released in Subversion 1.13.0)