diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2004-02-26 12:57:21 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2004-02-26 12:57:21 +0000 |
commit | 060e8f4eed4e0193549f1b3143b7bb47e9fcabe1 (patch) | |
tree | 2d5fd0840b7aa99b47e0f385201daeb1ba7f45f5 /Completion/Unix/Command/_webbrowser | |
parent | 8b8cc745d952bbeebb474d884b0a63e4ff08400f (diff) | |
download | zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.gz zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.xz zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.zip |
19468: capitalize URL abbreviation in completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_webbrowser')
-rw-r--r-- | Completion/Unix/Command/_webbrowser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_webbrowser b/Completion/Unix/Command/_webbrowser index 86f97d117..d97d5457a 100644 --- a/Completion/Unix/Command/_webbrowser +++ b/Completion/Unix/Command/_webbrowser @@ -1,3 +1,3 @@ #compdef amaya arena chimera dillo express galeon grail gzilla hotjava konqueror light mmm Mosaic netrik opera phoenix retawq skipstone www xmosaic zen -_alternative 'files:file:_files' 'urls:url:_urls' +_alternative 'files:file:_files' 'urls:URL:_urls' |