Vim 5 compatibility.
[profile.git] / .vim / plugin / taglist.vim
index 59901f6..f82e678 100644 (file)
@@ -94,8 +94,8 @@ if !exists('loaded_taglist')
         elseif executable('tags')
             let Tlist_Ctags_Cmd = 'tags'
         else
-            echomsg 'Taglist: Exuberant ctags (http://ctags.sf.net) ' .
-                        \ 'not found in PATH. Plugin is not loaded.'
+            "echomsg 'Taglist: Exuberant ctags (http://ctags.sf.net) ' .
+            "            \ 'not found in PATH. Plugin is not loaded.'
             " Skip loading the plugin
             let loaded_taglist = 'no'
             let &cpo = s:cpo_save