From 067ed5ff36c007c57aa378cdb53b35e7cd01453a Mon Sep 17 00:00:00 2001 From: chilicuil Date: Thu, 3 Nov 2011 02:13:27 -0600 Subject: [PATCH] Update plugin/taglist.vim --- plugin/taglist.vim | 6 ++++++ 1 file changed, 6 insertions(+) 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