Sort
This commit is contained in:
parent
a773f2ba4b
commit
02ab268416
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user