#681 Show extra kotlin errors at line 1
This commit is contained in:
parent
1ea61162a0
commit
026c4f304e
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
\})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue