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:
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
|
Loading…
Reference in New Issue
Block a user