From 96d9ceba2b51d3435fa9b0ac3acac2d7c0b74107 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 27 Feb 2000 16:37:37 +0000 Subject: zsh-workers/9885 --- Completion/User/_lynx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Completion/User/_lynx') diff --git a/Completion/User/_lynx b/Completion/User/_lynx index e3b57a9b4..5da1e71cf 100644 --- a/Completion/User/_lynx +++ b/Completion/User/_lynx @@ -37,10 +37,10 @@ _arguments -C \ '-head' \ '-help' \ '-historical' \ - '-homepage=:URL: _urls -f' \ + '-homepage=:URL:->html' \ '-image_links' \ '-ismap' \ - '-index=:URL: _urls -f' \ + '-index=:URL:->html' \ '-link=:NUMBER:' \ '-localhost' \ '-locexec' \ @@ -95,7 +95,7 @@ _arguments -C \ '-version' \ '-vikeys' \ '-width=:NUMBER:' \ - ':url: _urls -f' + ':url:->html' case "$state" in restrictions) @@ -106,4 +106,7 @@ restrictions) multibook news_post options_save outside_ftp outside_news outside_rlogin \ outside_telnet print shell suspend telnet_port useragent ;; +html) + _files -g '*.html' || _urls + ;; esac -- cgit 1.4.1