Checker puppet/puppet: cleanup.

This commit is contained in:
LCD 47 2018-02-20 14:25:19 +02:00
parent 96d4989ccd
commit b7b473b268
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START lockvar! g:_SYNTASTIC_START
endif endif
let g:_SYNTASTIC_VERSION = '3.8.0-104' let g:_SYNTASTIC_VERSION = '3.8.0-108'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1

View File

@ -31,7 +31,7 @@ function! SyntaxCheckers_puppet_puppet_GetLocList() dict
\ '%-GError: 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:%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)' \ '%A%t%*[a-zA-Z]: Could not parse for environment production: %m (file: %f\, line: %l\, column: %c)'
return SyntasticMake({ return SyntasticMake({
\ 'makeprg': makeprg, \ 'makeprg': makeprg,