Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: w3m and local files
- X-seq: zsh-workers 17045
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: w3m and local files
- Date: Thu, 25 Apr 2002 11:17:31 -0400
- In-reply-to: <20020425151416.GA23568@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020425151416.GA23568@xxxxxxxx>
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