[Assorted-commits] SF.net SVN: assorted:[941] configs/trunk/src/vim/plugin/taglist.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-11 19:09:37
|
Revision: 941 http://assorted.svn.sourceforge.net/assorted/?rev=941&view=rev Author: yangzhang Date: 2008-08-11 19:09:37 +0000 (Mon, 11 Aug 2008) Log Message: ----------- silenced the taglist plugin warning Modified Paths: -------------- configs/trunk/src/vim/plugin/taglist.vim Modified: configs/trunk/src/vim/plugin/taglist.vim =================================================================== --- configs/trunk/src/vim/plugin/taglist.vim 2008-08-11 14:59:07 UTC (rev 940) +++ configs/trunk/src/vim/plugin/taglist.vim 2008-08-11 19:09:37 UTC (rev 941) @@ -94,8 +94,8 @@ 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |