From 29e2a73638eba5bde294c94d4b8f5a9f993d4851 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Mon, 6 Nov 2017 10:51:55 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20lint.kak=20evaluate-commands=20=E2=86=92?= =?UTF-8?q?=20eval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc/base/lint.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/base/lint.kak b/rc/base/lint.kak index 51afd2e2..5df5d870 100644 --- a/rc/base/lint.kak +++ b/rc/base/lint.kak @@ -24,7 +24,7 @@ define-command lint -docstring 'Parse the current buffer with a linter' %{ { # do the parsing in the background and when ready send to the session - evaluate-commands "$kak_opt_lintcmd '$dir'/buf" | sort -t: -k2,2 -n > "$dir"/stderr + eval "$kak_opt_lintcmd '$dir'/buf" | sort -t: -k2,2 -n > "$dir"/stderr printf '%s\n' "evaluate-commands -client $kak_client echo 'linting done'" | kak -p "$kak_session" # Flags for the gutter: