mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +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" "$@"
|