Check exit code in rstcheck.
This commit is contained in:
parent
5406a3ab3c
commit
4abf0ec15e
@ -25,7 +25,8 @@ function! SyntaxCheckers_rst_rstcheck_GetLocList() dict
|
||||
|
||||
let loclist = SyntasticMake({
|
||||
\ 'makeprg': makeprg,
|
||||
\ 'errorformat': errorformat })
|
||||
\ 'errorformat': errorformat,
|
||||
\ 'returns': [0, 1] })
|
||||
|
||||
for e in loclist
|
||||
if e['type'] ==? 'S'
|
||||
|
Loading…
x
Reference in New Issue
Block a user