summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rc/global.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/global.kak b/src/rc/global.kak
index 983a420b..fb481414 100644
--- a/src/rc/global.kak
+++ b/src/rc/global.kak
@@ -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