Variable g:systastic_puppet_lint_arguments is deprecated.

This commit is contained in:
LCD 47 2013-06-25 21:12:23 +03:00
parent af0f051bf2
commit 6239284d16

View File

@ -15,6 +15,11 @@ if exists("g:loaded_syntastic_puppet_puppetlint_checker")
endif
let g:loaded_syntastic_puppet_puppetlint_checker=1
if exists("g:systastic_puppet_lint_arguments")
let g:systastic_puppet_puppetlint_args = g:systastic_puppet_lint_arguments
call syntastic#util#deprecationWarn("variable g:systastic_puppet_lint_arguments is deprecated, please use g:systastic_puppet_puppetlint_args instead")
endif
function! SyntaxCheckers_puppet_puppetlint_IsAvailable()
return
\ executable("puppet") &&