prolog/swipl: add blank line after call

Though I do not see this specified or followed anywhere else
This commit is contained in:
D. Ben Knoble 2020-10-01 13:18:31 -04:00
parent 81b92bcbfa
commit 3410c1b1e2
1 changed files with 1 additions and 0 deletions

View File

@ -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