zsh-workers
 help / color / mirror / code / Atom feed
* lynx file extensions
@ 2004-05-28 14:20 Clint Adams
  2004-05-28 15:06 ` Bug#251407: " Hugo Haas
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2004-05-28 14:20 UTC (permalink / raw)
  To: zsh-workers; +Cc: 251407-submitter

Apparently some people like to have .htm files.  I wonder if there are
.xhtm files.

Index: Completion/Unix/Command/_lynx
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_lynx,v
retrieving revision 1.10
diff -u -r1.10 _lynx
--- Completion/Unix/Command/_lynx	28 Feb 2004 12:20:06 -0000	1.10
+++ Completion/Unix/Command/_lynx	28 May 2004 14:17:40 -0000
@@ -140,7 +140,7 @@
     outside_telnet print shell suspend telnet_port useragent && return
   ;;
 html)
-  _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return
+  _alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return
   ;;
 esac
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-28 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 14:20 lynx file extensions Clint Adams
2004-05-28 15:06 ` Bug#251407: " Hugo Haas
2004-05-28 18:56   ` Dan Nelson

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).