Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Bug: doesn't restore 'cpoptions'   Message List  
Reply | Forward Message #388 of 448 |
On line 329, there is the following code:

if !exists('s:tlist_sid')
" Two or more versions of taglist plugin are installed. Don't
" load this version of the plugin.
finish
endif

It should be:

if !exists('s:tlist_sid')
" Two or more versions of taglist plugin are installed. Don't
" load this version of the plugin.
let &cpo = s:cpo_save
finish
endif





Fri May 9, 2008 3:42 pm

benztirf
Offline Offline
Send Email Send Email

Forward
Message #388 of 448 |
Expand Messages Author Sort by Date

On line 329, there is the following code: if !exists('s:tlist_sid') " Two or more versions of taglist plugin are installed. Don't " load this version of the...
benztirf
Offline Send Email
May 9, 2008
3:42 pm

Hi, ... Thanks for reporting this problem and the patch. I will make this change in the next version of the taglist plugin. - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 9, 2008
10:44 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help