From: Iain Patterson Date: Fri, 28 Nov 2008 10:55:32 +0000 (+0000) Subject: Hide message when the Vim version is too old to run the plugin. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=bcf2f3f85cd948a432f8f4d86b112c59b07dbd27;p=profile.git 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 --- 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