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

moved to Completion/Base/Widget/_generic

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:15:54 +00:00
parent 3b97ef45e5
commit fe4fed2195

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