diff --git a/vim-7.1-ada.patch b/vim-7.1-ada.patch
index c26645a..112fdf2 100644
--- a/vim-7.1-ada.patch
+++ b/vim-7.1-ada.patch
@@ -2229,8 +2229,8 @@ diff -urN vim71/runtime/plugin/taglist.vim vim71_ada/runtime/plugin/taglist.vim
 +        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
diff --git a/vim.spec b/vim.spec
index 9b78e6b..aefd57d 100644
--- a/vim.spec
+++ b/vim.spec
@@ -23,7 +23,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{beta}%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@@ -1040,6 +1040,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri Jan 18 2008 Karsten Hopp <karsten@redhat.com> 7.1.233-2
+- silence taglist plugin (#429200)
+
 * Fri Jan 18 2008 Karsten Hopp <karsten@redhat.com> 7.1.233-1
 - patchlevel 233
 - fix ada patch