mirror of
https://github.com/dense-analysis/ale
synced 2025-02-16 12:16:56 +00:00
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])
|
if !empty(l:matches[2])
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call add(l:text, s:Trim(l:matches[4]))
|
call add(l:text, s:Trim(l:matches[4]))
|
||||||
|
|
||||||
let l:i += 1
|
let l:i += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user