Make it also match ranges

This commit is contained in:
Pixelastic 2018-08-22 17:39:23 +02:00
parent adf736c851
commit 8e7a30b028

View File

@ -24,7 +24,8 @@ function! SyntaxCheckers_markdown_remark_lint_GetLocList() dict
\'args_before': '--quiet --no-stdout --no-color' })
let errorformat =
\ ' %l:%c %tarning %m'
\ '%\s%#%l:%c%\s%#%tarning %m remark-lint,' .
\ '%\s%#%l:%c-%.%#%\s%#%tarning %m remark-lint'
return SyntasticMake({
\ 'makeprg': makeprg,