mirror of https://github.com/dense-analysis/ale
prolog/swipl: add blank line after call
Though I do not see this specified or followed anywhere else
This commit is contained in:
parent
81b92bcbfa
commit
3410c1b1e2
|
@ -103,6 +103,7 @@ function! s:GetContErrMsg(i, lines, text) abort
|
|||
break
|
||||
endif
|
||||
call add(l:text, s:Trim(l:matches[4]))
|
||||
|
||||
let l:i += 1
|
||||
endwhile
|
||||
|
||||
|
|
Loading…
Reference in New Issue