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:
parent
e6b72c76ca
commit
9991558496
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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-- ))
|
||||
|
|
Loading…
Reference in a new issue