From bcf2f3f85cd948a432f8f4d86b112c59b07dbd27 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 28 Nov 2008 10:55:32 +0000 Subject: [PATCH] Hide message when the Vim version is too old to run the plugin. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@159 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .vim/plugin/genutils.vim | 2 +- .vim/plugin/perforce.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/plugin/genutils.vim b/.vim/plugin/genutils.vim index 35edd74..9c8b592 100755 --- a/.vim/plugin/genutils.vim +++ b/.vim/plugin/genutils.vim @@ -989,7 +989,7 @@ if exists('loaded_genutils') finish endif if v:version < 700 - echomsg 'genutils: You need at least Vim 7.0' + "echomsg 'genutils: You need at least Vim 7.0' finish endif diff --git a/.vim/plugin/perforce.vim b/.vim/plugin/perforce.vim index 35cf8f2..7283df9 100755 --- a/.vim/plugin/perforce.vim +++ b/.vim/plugin/perforce.vim @@ -125,7 +125,7 @@ if exists('loaded_perforce') finish endif if v:version < 700 - echomsg 'Perforce: You need at least Vim 7.0' + "echomsg 'Perforce: You need at least Vim 7.0' finish endif -- 2.20.1