about summary refs log tree commit diff
path: root/Completion/Base/Widget/_generic
blob: 9a6b4401f2d87be586454a4a06dcfff14c2f9837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#autoload

local curcontext="$curcontext"

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

_main_complete