zsh-workers
 help / color / mirror / code / Atom feed
* w3m and local files
@ 2002-04-25 15:14 Clint Adams
  2002-04-25 15:17 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2002-04-25 15:14 UTC (permalink / raw)
  To: zsh-workers

w3m is a pager, not just a web browser, so .html files are just a subset
of what a user might want to view.

Index: Completion/Unix/Command/_w3m
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_w3m,v
retrieving revision 1.4
diff -u -r1.4 _w3m
--- Completion/Unix/Command/_w3m	16 Jan 2002 16:29:52 -0000	1.4
+++ Completion/Unix/Command/_w3m	25 Apr 2002 15:12:32 -0000
@@ -42,7 +42,7 @@
 	   compadd $_w3mhistory
 	fi
 
-	_alternative 'files:file:_files "*.html"' 'urls:url:_urls'
+	_urls -f
 	;;
 
 esac


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

* Re: w3m and local files
  2002-04-25 15:14 w3m and local files Clint Adams
@ 2002-04-25 15:17 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2002-04-25 15:17 UTC (permalink / raw)
  To: zsh-workers

backport for 4.0

Index: Completion/Unix/Command/_w3m
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_w3m,v
retrieving revision 1.2
diff -u -r1.2 _w3m
--- Completion/Unix/Command/_w3m	3 May 2001 13:05:49 -0000	1.2
+++ Completion/Unix/Command/_w3m	25 Apr 2002 15:16:57 -0000
@@ -42,7 +42,7 @@
 	   compadd $_w3mhistory
 	fi
 
-	_urls || _files -g '*.html'
+	_urls -f
 	;;
 
 esac


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

end of thread, other threads:[~2002-04-25 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25 15:14 w3m and local files Clint Adams
2002-04-25 15:17 ` 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).