mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
moved from Completion/Base/_sub_commands
This commit is contained in:
parent
25b0e48139
commit
02dfe1ae91
9
Completion/Base/Utility/_sub_commands
Normal file
9
Completion/Base/Utility/_sub_commands
Normal file
@ -0,0 +1,9 @@
|
||||
#autoload
|
||||
|
||||
local expl
|
||||
|
||||
if [[ CURRENT -eq 2 ]]; then
|
||||
_wanted commands expl command compadd "$@"
|
||||
else
|
||||
_message 'no more arguments'
|
||||
fi
|
Loading…
Reference in New Issue
Block a user