--- vim-plugin-taglist-4.3/plugin/taglist.vim.orig 2005-04-04 22:42:46 +0600 +++ vim-plugin-taglist-4.3/plugin/taglist.vim 2005-05-28 00:29:47 +0600 @@ -56,6 +56,10 @@ " " ****************** Do not modify after this line ************************ +if !exists("use_taglist_plugin") + finish +endif + " Line continuation used here let s:cpo_save = &cpo set cpo&vim