Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: w3m and local files



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



Messages sorted by: Reverse Date, Date, Thread, Author