Hi, > 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.
See http://groups.google.com/group/vim_dev/browse_thread/thread/4e3ce55c4a833e66/53cb9dbeb302a499?lnk=gst&q=2.1#53cb9dbeb302a499 and http://code.google.com/p/nerdcommenter/issues/detail?id=17 . Thanks for reporting it anyways :-) Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
