diff --git a/syntax_checkers/apiblueprint/drafter.vim b/syntax_checkers/apiblueprint/drafter.vim index e0ebdfa7..e404a4f2 100644 --- a/syntax_checkers/apiblueprint/drafter.vim +++ b/syntax_checkers/apiblueprint/drafter.vim @@ -34,7 +34,7 @@ function! SyntaxCheckers_apiblueprint_drafter_GetLocList() dict \ 'makeprg': makeprg, \ 'errorformat': errorformat, \ 'defaults': {'bufnr': bufnr('')}, - \ 'returns': [0, 2] }) + \ 'returns': [0, 2, 3, 4] }) for e in loclist let matches = matchlist(e['text'], '\v^(.+); line (\d+), column (\d+) - line (\d+), column (\d+)$')