Updated plugins
This commit is contained in:
@@ -26,16 +26,6 @@
|
||||
" References:
|
||||
"
|
||||
" - http://perldoc.perl.org/perlrun.html#*-c*
|
||||
"
|
||||
" Checker options:
|
||||
"
|
||||
" - g:syntastic_perl_interpreter (string; default: 'perl')
|
||||
" The perl interpreter to use.
|
||||
"
|
||||
" - g:syntastic_perl_lib_path (list; default: [])
|
||||
" List of include directories to be added to the perl command line. Example:
|
||||
"
|
||||
" let g:syntastic_perl_lib_path = [ './lib', './lib/auto' ]
|
||||
|
||||
if exists('g:loaded_syntastic_perl_perl_checker')
|
||||
finish
|
||||
@@ -106,4 +96,4 @@ call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||
let &cpo = s:save_cpo
|
||||
unlet s:save_cpo
|
||||
|
||||
" vim: set et sts=4 sw=4:
|
||||
" vim: set sw=4 sts=4 et fdm=marker:
|
||||
|
||||
Reference in New Issue
Block a user