about summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-08-07 00:15:05 +0000
committerClint Adams <clint@users.sourceforge.net>2002-08-07 00:15:05 +0000
commitcea681c9281d53e91cef7ce54accb7d82e0b94b9 (patch)
treede5f91ef3bc3a5d1f6613151ccaf72963bff4f73 /Completion/Unix/Command
parente4d8a697bc0f44ae4f2a8b71f7480f57d518c486 (diff)
downloadzsh-cea681c9281d53e91cef7ce54accb7d82e0b94b9.tar.gz
zsh-cea681c9281d53e91cef7ce54accb7d82e0b94b9.tar.xz
zsh-cea681c9281d53e91cef7ce54accb7d82e0b94b9.zip
17509: complete .xhtml files as well as .html files.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_lynx2
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