Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
w3m and local files
- X-seq: zsh-workers 17044
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: w3m and local files
- Date: Thu, 25 Apr 2002 11:14:16 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author