1 function zaw-src-commands
() {
2 # fill the command hash
5 candidates
=($
(hash | cut
-d '=' -f 1))
6 candidates
+=($
(alias | cut
-d '=' -f 1))
7 candidates
+=($
(print
-l ${(ok)functions}))
8 actions
=(zaw-callback-execute zaw-callback-append-to-buffer zaw-callback-replace-buffer
)
9 act_descriptions
=("execute" "append to buffer" "replace buffer")
12 zaw-register-src
-n commands zaw-src-commands