Hide message when the Vim version is too old to run the plugin.
authorIain Patterson <me@iain.cx>
Fri, 28 Nov 2008 10:55:32 +0000 (10:55 +0000)
committerIain Patterson <me@iain.cx>
Fri, 28 Nov 2008 10:55:32 +0000 (10:55 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@159 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vim/plugin/genutils.vim
.vim/plugin/perforce.vim

index 35edd74..9c8b592 100755 (executable)
@@ -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
 
index 35cf8f2..7283df9 100755 (executable)
@@ -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