Puppet: the "future" parser outputs column numbers.
This commit is contained in:
parent
b8ca57de46
commit
2f77684076
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:syntastic_start
|
||||
endif
|
||||
|
||||
let g:syntastic_version = '3.5.0-31'
|
||||
let g:syntastic_version = '3.5.0-32'
|
||||
lockvar g:syntastic_version
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
@ -32,6 +32,7 @@ function! SyntaxCheckers_puppet_puppet_GetLocList() dict
|
||||
let errorformat =
|
||||
\ '%-Gerr: Try ''puppet help parser validate'' for usage,' .
|
||||
\ '%-GError: Try ''puppet help parser validate'' for usage,' .
|
||||
\ '%A%t%*[a-zA-Z]: %m at %f:%l:%c,' .
|
||||
\ '%A%t%*[a-zA-Z]: %m at %f:%l'
|
||||
|
||||
return SyntasticMake({
|
||||
|
Loading…
Reference in New Issue
Block a user