mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
#defcomp zle
|
|
|
|
if [[ -word 1 -N && -position 3 ]]; then
|
|
complist -F
|
|
else
|
|
complist -b
|
|
fi
|