git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0cc496
)
Fail silently if ctags isn't available.
author
Iain Patterson
<me@iain.cx>
Tue, 6 May 2008 13:18:50 +0000
(13:18 +0000)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/.vim/plugin/taglist.vim
b/.vim/plugin/taglist.vim
index
59901f6
..
f82e678
100644
(file)
--- 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