fix global.kak, eval command no longer exists

This commit is contained in:
Maxime Coste 2012-08-02 06:41:08 +02:00
parent 2071db3558
commit 2d2ac98511

View File

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