From 3068126d7de41125560a6bea1ab3ef34be630ce1 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Thu, 26 Mar 2015 08:43:57 -0400 Subject: [PATCH] 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. --- .vim/plugin/phpcs.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/plugin/phpcs.vim b/.vim/plugin/phpcs.vim index 6560912..aa6cb1c 100644 --- a/.vim/plugin/phpcs.vim +++ b/.vim/plugin/phpcs.vim @@ -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