mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
#helper
|
|
|
|
# The widget name looks like `__complete_key_<num>' where <num> can be
|
|
# used as an index into the `keycomps' array to get at the definition.
|
|
|
|
callcomplete keycomps "$WIDGET" "$@"
|