zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix iconvconfig completion --output handling
@ 2016-06-03  9:20 Marko Myllynen
  2016-06-03 20:40 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Myllynen @ 2016-06-03  9:20 UTC (permalink / raw)
  To: zsh workers

Pointed out by Daniel in the localedef thread yesterday.

---
 Completion/Linux/Command/_iconvconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Linux/Command/_iconvconfig b/Completion/Linux/Command/_iconvconfig
index 5afb10a..a10e134 100644
--- a/Completion/Linux/Command/_iconvconfig
+++ b/Completion/Linux/Command/_iconvconfig
@@ -4,7 +4,7 @@ local exargs="-? --help --usage -V --version"
 
 _arguments -S -s \
     "($exargs)--nostdlib[do not search system directory]" \
-    "(-o --output= $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
+    "(-o --output $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
     "($exargs)--prefix=[specify system dir prefix]:prefix:_files" \
     '(- *)'{-\?,--help}'[display help information]' \
     '(- *)--usage[display a short usage message]' \

Thanks,

-- 
Marko Myllynen


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix iconvconfig completion --output handling
  2016-06-03  9:20 [PATCH] Fix iconvconfig completion --output handling Marko Myllynen
@ 2016-06-03 20:40 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2016-06-03 20:40 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: zsh workers

Marko Myllynen wrote on Fri, Jun 03, 2016 at 12:20:43 +0300:
> -    "(-o --output= $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
> +    "(-o --output $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \

Thanks, applied.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-03 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-03  9:20 [PATCH] Fix iconvconfig completion --output handling Marko Myllynen
2016-06-03 20:40 ` 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).