diff --git a/plugin/taglist.vim b/plugin/taglist.vim index 59901f6..f06362b 100644 --- a/plugin/taglist.vim +++ b/plugin/taglist.vim @@ -56,6 +56,12 @@ " " ****************** Do not modify after this line ************************ +if exists('g:loaded_taglist_mod') || &cp || version < 700 + finish +endif + +"let g:loaded_taglist_mod = 1 + " Line continuation used here let s:cpo_save = &cpo set cpo&vim