about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Zsh/Command/_precommand2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d39b70489..04f57c296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-30  Clint Adams  <clint@zsh.org>
 
+	* 25553: Completion/Zsh/Command/_precommand:
+	add aoss to compdef line.
+
 	* Frank Terbeck: 25551: Completion/Unix/Command/_git: remove
 	a stray period from a description.
 
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index 535c18260..f45688fc7 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -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-- ))