1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
zsh/Functions/Completion/__main_key_complete
1999-04-15 18:05:38 +00:00

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" "$@"