This commit is contained in:
Dimitar Dimitrov 2016-10-20 12:08:42 +01:00
parent a773f2ba4b
commit 02ab268416

View File

@ -23,7 +23,7 @@ def lint -docstring 'Parse the current buffer with a linter' %{
{ # do the parsing in the background and when ready send to the session
eval "$kak_opt_lintcmd '$dir'/buf" > "$dir"/stderr
eval "$kak_opt_lintcmd '$dir'/buf" | sort -t: -k2 -n > "$dir"/stderr
printf '%s\n' "eval -client $kak_client echo 'linting done'" | kak -p "$kak_session"
# Flags for the gutter: