about summary refs log tree commit diff
path: root/Completion/Unix/Command/_lynx
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/_lynx
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/_lynx')
-rw-r--r--Completion/Unix/Command/_lynx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx
index e53fa8415..04f0d495f 100644
--- a/Completion/Unix/Command/_lynx
+++ b/Completion/Unix/Command/_lynx
@@ -128,7 +128,7 @@ _arguments -C \
   '-vikeys' \
   '-width=:NUMBER:' \
   '-with_backspaces' \
-  ':url:->html' && ret=0
+  ':URL:->html' && ret=0
 
 case "$state" in
 restrictions)
@@ -140,7 +140,7 @@ restrictions)
     outside_telnet print shell suspend telnet_port useragent && return
   ;;
 html)
-  _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:url:_urls' && return
+  _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return
   ;;
 esac