mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
8 lines
88 B
Text
8 lines
88 B
Text
#compdef source
|
|
|
|
if [[ CURRENT -ge 3 ]]; then
|
|
compset -n 2
|
|
_normal
|
|
else
|
|
_files
|
|
fi
|