From e688823e42a3e68678dad77358c7f2f0576f6264 Mon Sep 17 00:00:00 2001 From: Bob Hiestand Date: Wed, 6 Jul 2011 09:59:28 -0500 Subject: [PATCH] remove debugging output --- plugin/vcscommand.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/vcscommand.vim b/plugin/vcscommand.vim index b813827..e3d22d6 100644 --- a/plugin/vcscommand.vim +++ b/plugin/vcscommand.vim @@ -1071,7 +1071,6 @@ function! VCSCommandGetVCSType(buffer) else if exists("g:VCSCommandVCSTypePreference") for preferred in split(g:VCSCommandVCSTypePreference, '\W\+') - echo preferred for vcsType in matches if toupper(vcsType) == toupper(preferred) call setbufvar(a:buffer, 'VCSCommandVCSType', vcsType) -- 2.11.4.GIT