Merge branch 'master' into gcc_refactor

This commit is contained in:
LCD 47 2013-06-26 16:21:20 +03:00
commit f48c500de9

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") &&