#681 Show extra kotlin errors at line 1

This commit is contained in:
w0rp 2017-06-24 12:35:01 +01:00
parent 1ea61162a0
commit 026c4f304e
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ function! ale_linters#kotlin#kotlinc#Handle(buffer, lines) abort
let l:type_marker_str = l:type ==# 'warning' || l:type ==# 'info' ? 'W' : 'E'
call add(l:output, {
\ 'lnum': -1,
\ 'lnum': 1,
\ 'text': l:text,
\ 'type': l:type_marker_str,
\})