Copy all loclist items returned from handlers, and set up defaults for convenience
This commit is contained in:
parent
f1e80b800c
commit
b2fe1b2567
51 changed files with 185 additions and 134 deletions
|
@ -41,9 +41,7 @@ function! ale_linters#fortran#gcc#Handle(buffer, lines) abort
|
|||
let l:last_loclist_obj = {
|
||||
\ 'bufnr': a:buffer,
|
||||
\ 'lnum': l:match[1] + 0,
|
||||
\ 'vcol': 0,
|
||||
\ 'col': l:match[2] + 0,
|
||||
\ 'nr': -1,
|
||||
\}
|
||||
|
||||
" Start looking for the message and error type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue