1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-02-24 11:51:19 +01:00

moved from Completion/X/_x_resource

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:11:45 +00:00
parent f15b5d8319
commit 1b470cd87c

View file

@ -0,0 +1,9 @@
#autoload
local x="$argv[(I)-X]"
if (( x )); then
_message -r "$argv[x + 1]"
else
_message 'resource'
fi