diff --git a/syntax_checkers/puppet/puppet.vim b/syntax_checkers/puppet/puppet.vim index dd8211b3..1d3f62a5 100644 --- a/syntax_checkers/puppet/puppet.vim +++ b/syntax_checkers/puppet/puppet.vim @@ -30,7 +30,8 @@ function! SyntaxCheckers_puppet_puppet_GetLocList() dict \ '%-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' + \ '%A%t%*[a-zA-Z]: %m at %f:%l,'. + \ '%AError: Could not parse for environment production: %m (file: %f\, line: %l\, column: %c)' return SyntasticMake({ \ 'makeprg': makeprg,