From 02ab268416c173a47abf2d58c8420bb9d7d2ddb9 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Thu, 20 Oct 2016 12:08:42 +0100 Subject: [PATCH] Sort --- 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 fc48188a..dc8bb4f7 100644 --- a/rc/base/lint.kak +++ b/rc/base/lint.kak @@ -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: