Puppet: the "future" parser outputs column numbers.

This commit is contained in:
LCD 47 2014-09-24 22:03:15 +03:00
parent b8ca57de46
commit 2f77684076
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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({