summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Dimitrov <mitkofr@yahoo.fr>2016-11-09 22:36:33 +0000
committerDimitar Dimitrov <mitkofr@yahoo.fr>2016-11-09 22:36:33 +0000
commit8917c3662baade7ef1f02ac857cf4964153f659a (patch)
treeb7c18ef2676f3ab28c09d9cf33bca2f9ac9653ba
parent8490caa0d7faf6572caace86ff64c95e11969469 (diff)
Add column information
-rw-r--r--rc/base/lint.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/base/lint.kak b/rc/base/lint.kak
index ff3a8b47..f71afaba 100644
--- a/rc/base/lint.kak
+++ b/rc/base/lint.kak
@@ -41,7 +41,7 @@ def lint -docstring 'Parse the current buffer with a linter' %{
}
}
/:[0-9]+:[0-9]+:/ {
- errors = errors $2 "," $3 "," substr($4,2) ":"
+ errors = errors $2 "," $3 ",c" $3 " " substr($4,2) ":"
# fix case where $5 is not the last field because of extra :s in the message
for (i=5; i<=NF; i++) errors = errors $i ":"
errors = substr(errors, 1, length(errors)-1) "\n"