zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Minor completion fix for pasted arguments
@ 2015-05-09 15:10 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2015-05-09 15:10 UTC (permalink / raw)
  To: zsh-workers

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+=(


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-09 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-09 15:10 [PATCH] Minor completion fix for pasted arguments Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).