From 2f776840762b503921621f4ce3cac3c7d86999c8 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Wed, 24 Sep 2014 22:03:15 +0300 Subject: [PATCH] Puppet: the "future" parser outputs column numbers. --- plugin/syntastic.vim | 2 +- syntax_checkers/puppet/puppet.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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({