1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved from Completion/Commands/_generic

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:16:02 +00:00
parent fe4fed2195
commit 86904a9ace

@ -0,0 +1,11 @@
#autoload
local curcontext="$curcontext"
if [[ -z "$curcontext" ]]; then
curcontext="${WIDGET}:::"
else
curcontext="${WIDGET}:${curcontext#*:}"
fi
_main_complete