diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-04-25 15:16:26 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-04-25 15:16:26 +0000 |
commit | 4e4a8475fb3a34fa7b7ea5ac729d8767bd561eb7 (patch) | |
tree | 068378472b1182432e6b56a5afdfcaab27fc30fe /Completion/Unix/Command | |
parent | e37dd937c45bcc56caf969b4ef6e3785bdd92f06 (diff) | |
download | zsh-4e4a8475fb3a34fa7b7ea5ac729d8767bd561eb7.tar.gz zsh-4e4a8475fb3a34fa7b7ea5ac729d8767bd561eb7.tar.xz zsh-4e4a8475fb3a34fa7b7ea5ac729d8767bd561eb7.zip |
17044: complete all files for w3m, not just *.html.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_w3m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m index 2d4202112..4ce8ad1e0 100644 --- a/Completion/Unix/Command/_w3m +++ b/Completion/Unix/Command/_w3m @@ -42,7 +42,7 @@ case $state in compadd $_w3mhistory fi - _alternative 'files:file:_files "*.html"' 'urls:url:_urls' + _urls -f ;; esac |