diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index ca3beefb..18c878ec 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -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 diff --git a/syntax_checkers/puppet/puppet.vim b/syntax_checkers/puppet/puppet.vim index 0f8bba3a..38e896cd 100644 --- a/syntax_checkers/puppet/puppet.vim +++ b/syntax_checkers/puppet/puppet.vim @@ -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({