diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_lynx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index b6e6fe47c..46f2a9410 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -107,6 +107,6 @@ restrictions) outside_telnet print shell suspend telnet_port useragent ;; html) - _alternative 'files:file:_files "*.html"' 'urls:url:_urls' + _alternative 'files:file:_files "*.x#html"' 'urls:url:_urls' ;; esac |