Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New completion function
- X-seq: zsh-workers 25553
- From: Clint Adams <clint@xxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: New completion function
- Date: Sat, 30 Aug 2008 11:39:26 +0000
- In-reply-to: <20080829233334.GN6330@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70808291623l615fe16euf0189c781828f288@xxxxxxxxxxxxxx> <20080829233334.GN6330@xxxxxxxxxxxxxxx>
On Sat, Aug 30, 2008 at 01:33:34AM +0200, Frank Terbeck wrote:
> Shouldn't it be enough to add aoss to the #compdef line _precommand?
Index: Completion/Zsh/Command/_precommand
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Zsh/Command/_precommand,v
retrieving revision 1.5
diff -u -r1.5 _precommand
--- Completion/Zsh/Command/_precommand 13 Apr 2006 02:46:50 -0000 1.5
+++ Completion/Zsh/Command/_precommand 30 Aug 2008 11:38:09 -0000
@@ -1,4 +1,4 @@
-#compdef - nohup eval time rusage noglob nocorrect exec catchsegv
+#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss
shift words
(( CURRENT-- ))
Messages sorted by:
Reverse Date,
Date,
Thread,
Author