mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
#defcomp set
|
|
|
|
if [[ -mcurrent -1 [-+]o ]]; then
|
|
complist -o
|
|
elif [[ -current -1 -A ]]; then
|
|
complist -A
|
|
fi
|