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

Re: New completion function



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