Fail silently if ctags isn't available.
authorIain Patterson <me@iain.cx>
Tue, 6 May 2008 13:18:50 +0000 (13:18 +0000)
committerIain Patterson <me@iain.cx>
Tue, 6 May 2008 13:18:50 +0000 (13:18 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@110 6be0d1a5-5cfe-0310-89b6-964be062b18b

.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