zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: lynx and *.xhtml
@ 2002-08-07  0:12 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2002-08-07  0:12 UTC (permalink / raw)
  To: zsh-workers

Some people name XHTML files with a .xhtml extension.

Index: Completion/Unix/Command/_lynx
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_lynx,v
retrieving revision 1.3
diff -u -r1.3 _lynx
--- Completion/Unix/Command/_lynx	16 Jan 2002 16:29:52 -0000	1.3
+++ Completion/Unix/Command/_lynx	7 Aug 2002 00:08:36 -0000
@@ -107,6 +107,6 @@
     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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-07  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-07  0:12 PATCH: lynx and *.xhtml Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).