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/X/Command/_mozilla | |
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/X/Command/_mozilla')
-rw-r--r-- | Completion/X/Command/_mozilla | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index 1ad572c1b..f6ade49fc 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -28,10 +28,10 @@ else '-jsconsole[start with JavaScript Console]' \ '-venkman[start with JavaScript debugger]' \ '-terminal[start with command line terminal]' \ - '-edit[start with editor]:url:_urls' \ - '-chrome[load the specified chrome]:url:_urls' \ + '-edit[start with editor]:URL:_urls' \ + '-chrome[load the specified chrome]:URL:_urls' \ '-mail[start with mail]' \ - '-compose[start with messenger compose]:url:_urls' \ + '-compose[start with messenger compose]:URL:_urls' \ '*:location:->urls' && ret=0 fi |