global.kak: support tag name completion

This commit is contained in:
Maxime Coste 2012-05-29 05:23:36 +00:00
parent 02c89022e4
commit c7ad724aec

View File

@ -1,4 +1,6 @@
def -env-params tag eval \ def -env-params \
-shell-completion 'global -c ${kak_param0}' \
tag eval \
`if [[ ${kak_param0} != "" ]]; then `if [[ ${kak_param0} != "" ]]; then
tagname=${kak_param0} tagname=${kak_param0}
else else