Add column information

This commit is contained in:
Dimitar Dimitrov 2016-11-09 22:36:33 +00:00
parent 8490caa0d7
commit 8917c3662b

View File

@ -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"