Hide message when the Vim version is too old to run the plugin.
[profile.git] / .vim / plugin / perforce.vim
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