Add end_col to qflist

This commit is contained in:
Horacio Sanson 2024-03-12 08:45:23 +09:00
parent 5375546ffa
commit af03232c8d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ function! ale_linters#hurl#hurlfmt#HandleOutput(buffer, lines) abort
\ 'bufnr': a:buffer,
\ 'lnum': match[4] + 0,
\ 'col': match[5] + 0,
\ 'end_col': match[5] + 0,
\ 'text': match[2] . ' : ' . match[6],
\ 'type': (match[1] is# 'error') ? 'E' : 'W'
\})