1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/Base/Widget/_generic
2001-04-02 11:16:02 +00:00

12 lines
169 B
Plaintext

#autoload
local curcontext="$curcontext"
if [[ -z "$curcontext" ]]; then
curcontext="${WIDGET}:::"
else
curcontext="${WIDGET}:${curcontext#*:}"
fi
_main_complete