From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18280 invoked by alias); 9 May 2015 15:10:29 -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: X-Seq: 35066 Received: (qmail 26844 invoked from network); 9 May 2015 15:10:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fgZ cFyBUPhFKfyQfMp/DHMC+CNk=; b=GWexWwZFSro5W86Bisd0+y0iaJIBoRY/h8M XhYaBNa124ZzjXIgiiX/g5sNgnvu/Gg/GoPx8wTN1Xld3l7LfL9HgXziw7TL8MSZ BJJBmDRgbGUMKXL1R9forFr8myIS1RCmmbDOJO+J5ceecdzJl6jDuG1gyPKXtXps tXmIrqrM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=fg ZcFyBUPhFKfyQfMp/DHMC+CNk=; b=G6P1DnT82O+blAlX1ht9EEu/QGa+j9nDoZ EK1BDwUKA+XlsBpTroaIu0VGhLZzRl8XntkIFZ6zb/G0dVYPkzMiNZi6CQAWsbvD +YkO5rnMQWLbopupl14amrHBEguZvvTU6L8PAldVznRlrVmR3C+4GM7zwt4UxCR2 id0OeEUCg= X-Sasl-enc: zt97pRJGJcNNrwHzNFAdhmdgpRGWzAgUxa6Ynjca45AP 1431184211 Date: Sat, 9 May 2015 15:10:09 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: [PATCH] Minor completion fix for pasted arguments Message-ID: <20150509151009.GB1955@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index dedb9ce..2fb4a91 100644 --- a/Completion/Unix/Command/_python +++ b/Completion/Unix/Command/_python @@ -31,7 +31,7 @@ _arguments -C -s -S "$args[@]" \ '-E[ignore PYTHON* environment variables (such as PYTHONPATH)]' \ '(1 * -)-h[display help information]' \ '-i[inspect interactively after running script]' \ - '(1 -)-m[run library module as a script (terminates option list)]:module:_python_modules' \ + '(1 -)-m+[run library module as a script (terminates option list)]:module:_python_modules' \ '-O[optimize generated bytecode slightly]' \ '-OO[remove doc-strings in addition to the -O optimizations]' \ "-s[don't add user site directory to sys.path]" \ diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 597f232..188a813 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -96,7 +96,7 @@ _svn () { ) ;; (mergeinfo) - args[(r)--show-revs:arg:]=( '--show-revs:revisions:(merged eligible)' ) + args[(r)--show-revs:arg:]=( '--show-revs=:revisions:(merged eligible)' ) ;; (propget|propedit) args+=(