zsh-workers
 help / color / mirror / code / Atom feed
From: Doug Kearns <djkea2@mugca.its.monash.edu.au>
To: zsh-workers@sunsite.dk
Subject: PATCH: minor updates to _urls and _webbrowser
Date: Wed, 19 Feb 2003 01:15:33 +1100	[thread overview]
Message-ID: <20030218141533.GD17147@localhost.localdomain> (raw)

I noticed that the description for _urls was 'urls' which seems
inconsistent with the other types so I think it should be changed to
'url'. I also added some more browsers to _webbrowsers.

Regards,
Doug

Index: Completion/Unix/Command/_webbrowser
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_webbrowser,v
retrieving revision 1.4
diff -u -r1.4 _webbrowser
--- Completion/Unix/Command/_webbrowser	12 Dec 2001 11:34:18 -0000	1.4
+++ Completion/Unix/Command/_webbrowser	18 Feb 2003 13:38:41 -0000
@@ -1,3 +1,3 @@
-#compdef amaya arena chimera express grail gzilla hotjava mmm opera www xmosaic Mosaic galeon konqueror skipstone light dillo
+#compdef amaya arena chimera dillo express galeon grail gzilla hotjava konqueror light mmm Mosaic netrik opera phoenix retawq skipstone www xmosaic zen
 
 _alternative 'files:file:_files' 'urls:url:_urls'
Index: Completion/Unix/Type/_urls
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_urls,v
retrieving revision 1.7
diff -u -r1.7 _urls
--- Completion/Unix/Type/_urls	9 Aug 2002 16:05:46 -0000	1.7
+++ Completion/Unix/Type/_urls	18 Feb 2003 13:38:41 -0000
@@ -48,7 +48,7 @@
 
 if [[ $#urls -gt 1 || ( $#urls -eq 1 && ! -d $urls[1] ) ]]; then
   [[ $#urls -eq 1 && -f $urls[1] ]] && urls=( $(< $urls[1]) )
-  _wanted urls expl 'urls' compadd -a urls && return 0
+  _wanted urls expl 'url' compadd -a urls && return 0
   urls=()
 fi


                 reply	other threads:[~2003-02-18 13:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030218141533.GD17147@localhost.localdomain \
    --to=djkea2@mugca.its.monash.edu.au \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).