diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-08-02 06:41:08 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-08-02 06:41:08 +0200 |
| commit | 2d2ac98511ad0e6428f2e363b5db83c285d5d486 (patch) | |
| tree | 47f1484d4e4ce4c7d3536d6fd6d3e777d5e41e23 /src | |
| parent | 2071db355895f68d26f906549112e2e0f514bc98 (diff) | |
fix global.kak, eval command no longer exists
Diffstat (limited to 'src')
| -rw-r--r-- | src/rc/global.kak | 2 |
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 |
