From 3410c1b1e298b8dcde2e7657a587fbaf4a007fec Mon Sep 17 00:00:00 2001 From: "D. Ben Knoble" Date: Thu, 1 Oct 2020 13:18:31 -0400 Subject: [PATCH] prolog/swipl: add blank line after call Though I do not see this specified or followed anywhere else --- ale_linters/prolog/swipl.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ale_linters/prolog/swipl.vim b/ale_linters/prolog/swipl.vim index 5c5388d3..0d8823d5 100644 --- a/ale_linters/prolog/swipl.vim +++ b/ale_linters/prolog/swipl.vim @@ -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