about summary refs log tree commit diff
path: root/Completion/Unix/Command/_pine
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2004-02-26 12:57:21 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2004-02-26 12:57:21 +0000
commit060e8f4eed4e0193549f1b3143b7bb47e9fcabe1 (patch)
tree2d5fd0840b7aa99b47e0f385201daeb1ba7f45f5 /Completion/Unix/Command/_pine
parent8b8cc745d952bbeebb474d884b0a63e4ff08400f (diff)
downloadzsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.gz
zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.xz
zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.zip
19468: capitalize URL abbreviation in completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_pine')
-rw-r--r--Completion/Unix/Command/_pine2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pine b/Completion/Unix/Command/_pine
index 1902074a8..12bd29157 100644
--- a/Completion/Unix/Command/_pine
+++ b/Completion/Unix/Command/_pine
@@ -31,7 +31,7 @@ _arguments -s \
   "($opts $idx -url)-attach[go directly into composer with given file]:file:_files" \
   "($opts $idx -url)-attachlist[go to composer with given files]:file:_files" \
   "($opts $idx -url)-attach_and_delete[go to composer, attach file, delete when finished]:file:_files" \
-  "($opts $idx $send)-url[open the given URL]:url:_email_addresses -c -P mailto\:" \
+  "($opts $idx $send)-url[open the given URL]:URL:_email_addresses -c -P mailto\:" \
   "($opts $send)-f+[specify mailbox to load]:mailbox: _mailboxes" \
   "($opts $send)-c+[specify context to apply to -f arg]: :_guard '[0-9]#' number" \
   "($opts $send)-sort[specify sort order of folder]:sort order:(${(j: :)sortorder})" \