Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
[drafter] Update known status code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 14, 2015
1 parent d36bc78 commit 1604467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_checkers/apiblueprint/drafter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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+)$')
Expand Down

0 comments on commit 1604467

Please sign in to comment.