1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

25553: add aoss to compdef line.

This commit is contained in:
Clint Adams 2008-08-30 11:49:17 +00:00
parent e6b72c76ca
commit 9991558496
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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-- ))