diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-05-09 15:10:09 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-05-09 15:13:43 +0000 |
commit | 949d186d6cf66149a82908e3c8043189c6c69533 (patch) | |
tree | 84d133b861ef6784b48571c658ea79f7b3218a3e /Completion/Unix/Command | |
parent | a6db0b41ca2c7a8e3da9b51cbaefcb10930a5c1d (diff) | |
download | zsh-949d186d6cf66149a82908e3c8043189c6c69533.tar.gz zsh-949d186d6cf66149a82908e3c8043189c6c69533.tar.xz zsh-949d186d6cf66149a82908e3c8043189c6c69533.zip |
35066: Minor completion fix for pasted arguments
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_python | 2 | ||||
-rw-r--r-- | Completion/Unix/Command/_subversion | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index dedb9ceda..2fb4a915b 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 597f2325c..188a81367 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+=( |