1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

moved from Completion/User/_strip

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:02:45 +00:00
parent 58342e9e77
commit d448cc05dd

@ -0,0 +1,6 @@
#compdef strip
local expl
_description files expl executable
_files "$expl[@]" -g '*(-*)'