yeah I don't need this check

on machines that don't have phpcs, because they're not php machines, I
don't actually care about this message.  I barely ever use this plugin
to begin with.
master
Jordan Orelli 10 years ago
parent 6bf19db87d
commit 3068126d7d

@ -33,8 +33,8 @@ if !exists('Vimphpcs_Phpcscmd')
let Vimphpcs_Phpcscmd='phpcs '
else
" Unable to find the CodeSniffer executable
echomsg 'Unable to find phpcs in the current PATH.'
echomsg 'Plugin not loaded.'
" echomsg 'Unable to find phpcs in the current PATH.'
" echomsg 'Plugin not loaded.'
let &cpo = s:keepcpo
finish
endif

Loading…
Cancel
Save