mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
6 lines
189 B
Text
6 lines
189 B
Text
#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" "$@"
|