David Fishburn wrote: > I just installed Vim 7.2a and tried it out. > > First launch reported: > Error detected while processing c:\vim\vimfiles\plugin\nerd_commenter.vim > line 4: > E806: using Fload as a String > > The plugin is doing this: > let s:NERD_commenter_version = 2.1.7 > > I don't see this variable used anywhere else within the code. > So, it is a very easy fix to: > let s:NERD_commenter_version = '2.1.7' > > Is this the first report of the new Float support breaking plugins? I > don't think I saw any others. > > This is mainly just as a FYI. > > Dave
I believe this exact issue was reported already and is so far the only example of a breaking plugin that's been found (and discounted). Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
