X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fplugin%2Ftaglist.vim;h=f82e678c90d038a1e99e6acef123fa2c8b24c5c8;hb=a444a2977d10626b30b822d5b4812d305c9bad22;hp=59901f64fa0999e7884e7b71ed751debbe68fd07;hpb=a0cc496b20f7edf70d3135c8b3b3ca669cefbe6d;p=profile.git diff --git a/.vim/plugin/taglist.vim b/.vim/plugin/taglist.vim index 59901f6..f82e678 100644 --- a/.vim/plugin/taglist.vim +++ b/.vim/plugin/taglist.vim @@ -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