mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
moved from Completion/Commands/_generic
This commit is contained in:
parent
fe4fed2195
commit
86904a9ace
11
Completion/Base/Widget/_generic
Normal file
11
Completion/Base/Widget/_generic
Normal file
@ -0,0 +1,11 @@
|
||||
#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