fix blank line issue (???)

This commit is contained in:
D. Ben Knoble 2020-11-30 13:51:15 -05:00
parent 7e12be0c64
commit 730222bcd8
1 changed files with 1 additions and 0 deletions

View File

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