mirror of https://github.com/dense-analysis/ale
fix blank line issue (???)
This commit is contained in:
parent
7e12be0c64
commit
730222bcd8
|
@ -102,6 +102,7 @@ function! s:GetContErrMsg(i, lines, text) abort
|
|||
if !empty(l:matches[2])
|
||||
break
|
||||
endif
|
||||
|
||||
call add(l:text, s:Trim(l:matches[4]))
|
||||
|
||||
let l:i += 1
|
||||
|
|
Loading…
Reference in New Issue